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

Commit

Permalink
bom updates for cdi and jsonp
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm01 committed May 3, 2019
1 parent 5488ef4 commit 61b9eb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boost-maven/boost-boms/booster-ee8-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.openliberty.boosters</groupId>
<groupId>boost.boosters</groupId>
<artifactId>cdi</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.openliberty.boosters</groupId>
<groupId>boost.boosters</groupId>
<artifactId>jsonp</artifactId>
<version>0.2-SNAPSHOT</version>
</dependency>
Expand Down
9 changes: 9 additions & 0 deletions boost-maven/boost-boosters/booster-cdi-ee8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,22 @@

<dependencyManagement>
<dependencies>
<!--
<dependency>
<groupId>boost.boosters</groupId>
<artifactId>boost-mp20-apis-bom</artifactId>
<version>0.1-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
-->
<dependency>
<groupId>boost.boosters</groupId>
<artifactId>boost-ee8-apis-bom</artifactId>
<version>0.1-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 61b9eb8

Please sign in to comment.