diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 2e5ff1b89..69bfde0a1 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -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/