Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 61b9eb8

Browse files
committed
bom updates for cdi and jsonp
1 parent 5488ef4 commit 61b9eb8

File tree

2 files changed

+11
-2
lines changed
  • boost-maven
    • boost-boms/booster-ee8-bom
    • boost-boosters/booster-cdi-ee8

2 files changed

+11
-2
lines changed

boost-maven/boost-boms/booster-ee8-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
<scope>provided</scope>
6161
</dependency>
6262
<dependency>
63-
<groupId>io.openliberty.boosters</groupId>
63+
<groupId>boost.boosters</groupId>
6464
<artifactId>cdi</artifactId>
6565
<version>0.2-SNAPSHOT</version>
6666
</dependency>
6767
<dependency>
68-
<groupId>io.openliberty.boosters</groupId>
68+
<groupId>boost.boosters</groupId>
6969
<artifactId>jsonp</artifactId>
7070
<version>0.2-SNAPSHOT</version>
7171
</dependency>

boost-maven/boost-boosters/booster-cdi-ee8/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@
1010

1111
<dependencyManagement>
1212
<dependencies>
13+
<!--
1314
<dependency>
1415
<groupId>boost.boosters</groupId>
1516
<artifactId>boost-mp20-apis-bom</artifactId>
1617
<version>0.1-SNAPSHOT</version>
1718
<scope>import</scope>
1819
<type>pom</type>
1920
</dependency>
21+
-->
22+
<dependency>
23+
<groupId>boost.boosters</groupId>
24+
<artifactId>boost-ee8-apis-bom</artifactId>
25+
<version>0.1-SNAPSHOT</version>
26+
<scope>import</scope>
27+
<type>pom</type>
28+
</dependency>
2029
</dependencies>
2130
</dependencyManagement>
2231

0 commit comments

Comments
 (0)