File tree Expand file tree Collapse file tree
de.bitctrl.dav.rest.client
de.bitctrl.dav.rest.server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616dependencies {
1717 implementation project(' :de.bitctrl.dav.rest.api' )
18- implementation ' org.glassfish.jersey.core:jersey-client:2.28 '
18+ implementation ' org.glassfish.jersey.core:jersey-client:2.35 '
1919 implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.28'
2020 implementation ' org.glassfish.jersey.inject:jersey-hk2:2.28'
2121 implementation ' com.google.inject:guice:4.2.3'
Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ description = 'Dav3 REST Server'
66dependencies {
77 implementation project(' :de.bitctrl.dav.rest.api' )
88 implementation ' org.glassfish.jersey.core:jersey-client:2.35'
9+
910 implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.35'
1011 implementation ' org.glassfish.jersey.inject:jersey-hk2:2.35'
1112 implementation ' org.glassfish.jersey.containers:jersey-container-jetty-http:2.35'
13+
1214
1315 // JAX-B dependencies for JDK 9+
1416
You can’t perform that action at this time.
0 commit comments