Skip to content

Commit

Permalink
get rid of stork microprofile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Mar 15, 2022
1 parent 544a551 commit cbe6e47
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@
</dependency>
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-microprofile-config</artifactId>
<artifactId>stork-api</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-core</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.smallrye.stork</groupId>-->
<!-- <artifactId>stork-microprofile-config</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
Expand Down

0 comments on commit cbe6e47

Please sign in to comment.