Skip to content

Commit

Permalink
Versions moved to plugin management
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Aug 11, 2022
1 parent adb5668 commit 78f1b3f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion appserver/featuresets/glassfish/pom.xml
Expand Up @@ -825,7 +825,6 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>${microprofile.config-api.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
3 changes: 1 addition & 2 deletions appserver/microprofile/config/pom.xml
Expand Up @@ -36,9 +36,8 @@
<dependency>
<groupId>io.helidon.microprofile.config</groupId>
<artifactId>helidon-microprofile-config</artifactId>
<version>${helidon-config.version}</version>
</dependency>

<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
Expand Down
1 change: 0 additions & 1 deletion appserver/microprofile/connectors/pom.xml
Expand Up @@ -36,7 +36,6 @@
<dependency>
<groupId>io.helidon.microprofile.config</groupId>
<artifactId>helidon-microprofile-config</artifactId>
<version>${helidon-config.version}</version>
</dependency>

<!-- Internal Dependencies -->
Expand Down
10 changes: 10 additions & 0 deletions appserver/pom.xml
Expand Up @@ -675,6 +675,16 @@
<version>${schema2beans.version}</version>
</dependency>

<dependency>
<groupId>io.helidon.microprofile.config</groupId>
<artifactId>helidon-microprofile-config</artifactId>
<version>${helidon-config.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>${microprofile.config-api.version}</version>
</dependency>

<!-- Other -->
<dependency>
Expand Down
1 change: 0 additions & 1 deletion appserver/tests/tck/microprofile/config/pom.xml
Expand Up @@ -41,7 +41,6 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>${microprofile.config-api.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 78f1b3f

Please sign in to comment.