Skip to content

Commit

Permalink
Rely on Yasson dependency, but with scope provided, as Payara already…
Browse files Browse the repository at this point in the history
… provides it for us. IQSS#6810
  • Loading branch information
poikilotherm committed Sep 11, 2020
1 parent 208adf3 commit d37ec2c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,23 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<!-- required during testing & runtime, version provided by Payara BOM -->
<!-- Required during testing & at runtime. Version & scope provided by Payara BOM -->
<scope>test</scope>
</dependency>
<!-- JSON-B API -->
<!-- No need to include Yasson implementation, too, as already delivered as transitive dep from Payara BOM -->
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
<!-- required during testing & runtime, version provided by Payara BOM -->
<!-- Required during testing & at runtime. Version & scope provided by Payara BOM -->
<scope>test</scope>
</dependency>
<!-- Yasson (JSON-B implementation) -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<!-- Version & scope provided by Payara BOM -->
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit d37ec2c

Please sign in to comment.