File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,14 @@ dependencies {
126126 // https://search.maven.org/artifact/com.google.code.findbugs/jsr305
127127 api(" com.google.code.findbugs:jsr305:3.0.2" )
128128
129- // Needed even if using Jackson to have an implementation of the Jsonp object model
130129 // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
131130 // https://github.com/eclipse-ee4j/jsonp
132- api(" org.glassfish" , " jakarta.json" , " 2.0.1" )
131+ api(" jakarta.json:jakarta.json-api:2.0.1" )
132+
133+ // Needed even if using Jackson to have an implementation of the Jsonp object model
134+ // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
135+ // https://github.com/eclipse-ee4j/parsson
136+ api(" org.eclipse.parsson:parsson:1.0.0" )
133137
134138 // EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
135139 // http://json-b.net/
You can’t perform that action at this time.
0 commit comments