Switch to Yasson for JSON-B testing

Closes gh-28615
This commit is contained in:
Andy Wilkinson
2021-11-11 17:46:29 +00:00
parent 40fe9ca467
commit 5944041f2a
4 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ dependencies {
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
testImplementation("org.codehaus.groovy:groovy")
testImplementation("org.codehaus.groovy:groovy-xml")
testImplementation("org.apache.johnzon:johnzon-jsonb")
testImplementation("org.eclipse:yasson")
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation("org.slf4j:slf4j-api")