Commit 56df70b0 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Use Spring 5 module of Jersey

See gh-20009
parent bca98c51
...@@ -119,7 +119,7 @@ dependencies { ...@@ -119,7 +119,7 @@ dependencies {
testImplementation("org.aspectj:aspectjrt") testImplementation("org.aspectj:aspectjrt")
testImplementation("org.assertj:assertj-core") testImplementation("org.assertj:assertj-core")
testImplementation("org.eclipse.jetty:jetty-webapp") testImplementation("org.eclipse.jetty:jetty-webapp")
testImplementation("org.glassfish.jersey.ext:jersey-spring4") testImplementation("org.glassfish.jersey.ext:jersey-spring5")
testImplementation("org.glassfish.jersey.media:jersey-media-json-jackson") testImplementation("org.glassfish.jersey.media:jersey-media-json-jackson")
testImplementation("org.hamcrest:hamcrest") testImplementation("org.hamcrest:hamcrest")
testImplementation("org.hsqldb:hsqldb") testImplementation("org.hsqldb:hsqldb")
......
...@@ -83,7 +83,7 @@ dependencies { ...@@ -83,7 +83,7 @@ dependencies {
testRuntimeOnly("io.projectreactor.netty:reactor-netty") testRuntimeOnly("io.projectreactor.netty:reactor-netty")
testRuntimeOnly("javax.xml.bind:jaxb-api") testRuntimeOnly("javax.xml.bind:jaxb-api")
testRuntimeOnly("org.apache.tomcat.embed:tomcat-embed-el") testRuntimeOnly("org.apache.tomcat.embed:tomcat-embed-el")
testRuntimeOnly("org.glassfish.jersey.ext:jersey-spring4") testRuntimeOnly("org.glassfish.jersey.ext:jersey-spring5")
testRuntimeOnly("org.hsqldb:hsqldb") testRuntimeOnly("org.hsqldb:hsqldb")
} }
......
...@@ -17,7 +17,7 @@ dependencies { ...@@ -17,7 +17,7 @@ dependencies {
exclude group: "jakarta.el", module: "jakarta.el-api" exclude group: "jakarta.el", module: "jakarta.el-api"
exclude group: "org.glassfish", module: "jakarta.el" exclude group: "org.glassfish", module: "jakarta.el"
} }
api("org.glassfish.jersey.ext:jersey-spring4") api("org.glassfish.jersey.ext:jersey-spring5")
api("org.glassfish.jersey.media:jersey-media-json-jackson") api("org.glassfish.jersey.media:jersey-media-json-jackson")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment