Skip to content

Commit 15ceabb

Browse files
committed
Update MP Config version 3.0
Signed-off-by: jansupol <jan.supol@oracle.com>
1 parent b4a8f93 commit 15ceabb

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

ext/microprofile/mp-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>io.helidon.microprofile.config</groupId>
7373
<artifactId>helidon-microprofile-config</artifactId>
74-
<version>${helidon.version}</version>
74+
<version>${helidon.config.version}</version>
7575
<scope>test</scope>
7676
</dependency>
7777

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.eclipse.ee4j</groupId>
2525
<artifactId>project</artifactId>
26-
<version>1.0.6</version>
26+
<version>1.0.7</version>
2727
</parent>
2828

2929
<groupId>org.glassfish.jersey</groupId>
@@ -2087,7 +2087,7 @@
20872087

20882088
<bouncycastle.version>1.68</bouncycastle.version>
20892089
<commons-lang3.version>3.3.2</commons-lang3.version>
2090-
<microprofile.config.version>2.0</microprofile.config.version>
2090+
<microprofile.config.version>3.0</microprofile.config.version>
20912091
<checkstyle.mvn.plugin.version>3.1.0</checkstyle.mvn.plugin.version>
20922092
<checkstyle.version>8.28</checkstyle.version>
20932093
<easymock.version>3.3</easymock.version>
@@ -2101,7 +2101,7 @@
21012101

21022102
<guava.version>18.0</guava.version>
21032103
<hamcrest.version>1.3</hamcrest.version>
2104-
<helidon.version>1.0.3</helidon.version>
2104+
<helidon.config.version>3.0.0-M1</helidon.config.version>
21052105
<xmlunit.version>1.6</xmlunit.version>
21062106
<hk2.osgi.version>org.glassfish.hk2.*;version="[2.5,4)"</hk2.osgi.version>
21072107
<hk2.jvnet.osgi.version>org.jvnet.hk2.*;version="[2.5,4)"</hk2.jvnet.osgi.version>

tests/integration/microprofile/config/helidon/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,17 @@
4141
<artifactId>jersey-mp-config</artifactId>
4242
<scope>test</scope>
4343
</dependency>
44-
<dependency>
45-
<groupId>io.helidon.config</groupId>
46-
<artifactId>helidon-config</artifactId>
47-
<version>${helidon.version}</version>
48-
<scope>test</scope>
49-
</dependency>
5044
<dependency>
5145
<groupId>io.helidon.microprofile.config</groupId>
5246
<artifactId>helidon-microprofile-config</artifactId>
53-
<version>${helidon.version}</version>
47+
<version>${helidon.config.version}</version>
5448
<scope>test</scope>
5549
</dependency>
50+
<!-- <dependency>-->
51+
<!-- <groupId>io.smallrye.config</groupId>-->
52+
<!-- <artifactId>smallrye-config</artifactId>-->
53+
<!-- <version>3.0.0-RC1</version>-->
54+
<!-- </dependency>-->
5655
<dependency>
5756
<groupId>org.glassfish.jersey.test-framework</groupId>
5857
<artifactId>jersey-test-framework-core</artifactId>

0 commit comments

Comments
 (0)