We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fc50f commit 145433dCopy full SHA for 145433d
de.bitctrl.dav.rest.server/build.gradle
@@ -9,6 +9,7 @@ dependencies {
9
implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.28'
10
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.28'
11
implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http:2.28'
12
+ testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.5'
13
testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-util:2.28'
14
testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-core:2.28'
15
testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.28'
0 commit comments