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 @@ -17,7 +17,7 @@ dependencies {
1717 implementation project(' :de.bitctrl.dav.rest.api' )
1818 implementation ' org.glassfish.jersey.core:jersey-client:2.35'
1919 implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.28'
20- implementation ' org.glassfish.jersey.inject:jersey-hk2:2.28 '
20+ implementation ' org.glassfish.jersey.inject:jersey-hk2:2.35 '
2121 implementation ' com.google.inject:guice:4.2.3'
2222 implementation " de.bsvrz.dav:de.bsvrz.dav.daf:$datenverteiler_version "
2323 implementation " de.bsvrz.sys:de.bsvrz.sys.funclib.application:$datenverteiler_version "
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ apply plugin: 'checkstyle'
55description = ' Dav3 REST Server'
66dependencies {
77 implementation project(' :de.bitctrl.dav.rest.api' )
8+
89 implementation ' org.glassfish.jersey.core:jersey-client:2.35'
910
1011 implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.35'
You can’t perform that action at this time.
0 commit comments