Skip to content

Commit

Permalink
Update MP Config version 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <[email protected]>
  • Loading branch information
jansupol committed Mar 22, 2022
1 parent b4a8f93 commit 15ceabb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ext/microprofile/mp-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>io.helidon.microprofile.config</groupId>
<artifactId>helidon-microprofile-config</artifactId>
<version>${helidon.version}</version>
<version>${helidon.config.version}</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<groupId>org.glassfish.jersey</groupId>
Expand Down Expand Up @@ -2087,7 +2087,7 @@

<bouncycastle.version>1.68</bouncycastle.version>
<commons-lang3.version>3.3.2</commons-lang3.version>
<microprofile.config.version>2.0</microprofile.config.version>
<microprofile.config.version>3.0</microprofile.config.version>
<checkstyle.mvn.plugin.version>3.1.0</checkstyle.mvn.plugin.version>
<checkstyle.version>8.28</checkstyle.version>
<easymock.version>3.3</easymock.version>
Expand All @@ -2101,7 +2101,7 @@

<guava.version>18.0</guava.version>
<hamcrest.version>1.3</hamcrest.version>
<helidon.version>1.0.3</helidon.version>
<helidon.config.version>3.0.0-M1</helidon.config.version>
<xmlunit.version>1.6</xmlunit.version>
<hk2.osgi.version>org.glassfish.hk2.*;version="[2.5,4)"</hk2.osgi.version>
<hk2.jvnet.osgi.version>org.jvnet.hk2.*;version="[2.5,4)"</hk2.jvnet.osgi.version>
Expand Down
13 changes: 6 additions & 7 deletions tests/integration/microprofile/config/helidon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,17 @@
<artifactId>jersey-mp-config</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config</artifactId>
<version>${helidon.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.helidon.microprofile.config</groupId>
<artifactId>helidon-microprofile-config</artifactId>
<version>${helidon.version}</version>
<version>${helidon.config.version}</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.smallrye.config</groupId>-->
<!-- <artifactId>smallrye-config</artifactId>-->
<!-- <version>3.0.0-RC1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
Expand Down

0 comments on commit 15ceabb

Please sign in to comment.