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 {
126
126
// https://search.maven.org/artifact/com.google.code.findbugs/jsr305
127
127
api(" com.google.code.findbugs:jsr305:3.0.2" )
128
128
129
- // Needed even if using Jackson to have an implementation of the Jsonp object model
130
129
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
131
130
// 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" )
133
137
134
138
// EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
135
139
// http://json-b.net/
You can’t perform that action at this time.
0 commit comments