Skip to content

Commit

Permalink
Change the JSON-P implementation from Glassfish to Parsson (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez authored and github-actions[bot] committed Dec 15, 2021
1 parent aea0114 commit 1e8bfe1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,14 @@ dependencies {
// https://search.maven.org/artifact/com.google.code.findbugs/jsr305
api("com.google.code.findbugs:jsr305:3.0.2")

// Needed even if using Jackson to have an implementation of the Jsonp object model
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
// https://github.com/eclipse-ee4j/jsonp
api("org.glassfish", "jakarta.json", "2.0.1")
api("jakarta.json:jakarta.json-api:2.0.1")

// Needed even if using Jackson to have an implementation of the Jsonp object model
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
// https://github.com/eclipse-ee4j/parsson
api("org.eclipse.parsson:parsson:1.0.0")

// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
// http://json-b.net/
Expand Down

0 comments on commit 1e8bfe1

Please sign in to comment.