Skip to content

Commit

Permalink
Remove 'provided' scope from some client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Oct 11, 2024
1 parent 5fe6673 commit d021e38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/implementation-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,14 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- The Client API is copied into SmallRye for now -->
<!-- <dependency>-->
Expand Down

0 comments on commit d021e38

Please sign in to comment.