File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ plugins {
28
28
id ' idea'
29
29
id ' eclipse'
30
30
id ' java'
31
+ id ' java-library'
31
32
id ' net.saliman.cobertura' version ' 3.0.0'
32
33
id ' distribution'
33
34
id ' signing'
@@ -58,15 +59,15 @@ repositories {
58
59
}
59
60
60
61
dependencies {
61
- implementation ' com.sun.jersey:jersey-client:1.19.4' ,
62
+ api ' com.sun.jersey:jersey-client:1.19.4' ,
62
63
' com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.1' ,
63
64
' com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.1' ,
64
65
' org.apache.httpcomponents:httpclient:4.2.6' ,
65
66
' org.slf4j:slf4j-api:1.7.5'
66
67
implementation (' com.sun.jersey:jersey-json:1.19.4' ) {
67
68
exclude group : ' org.codehaus.jackson'
68
69
}
69
- implementation ' com.sun.jersey.contribs:jersey-apache-client4:1.19.4'
70
+ api ' com.sun.jersey.contribs:jersey-apache-client4:1.19.4'
70
71
71
72
runtimeOnly ' org.slf4j:slf4j-log4j12:1.7.5'
72
73
testImplementation ' junit:junit:4.12' ,
You can’t perform that action at this time.
0 commit comments