Skip to content

Commit

Permalink
Introduce Eclipse MicroProfile Config API to the project. IQSS#7000
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Dec 4, 2020
1 parent b5b96fc commit 74f35d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@
<version>29.0-jre</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
Expand Down

0 comments on commit 74f35d8

Please sign in to comment.