@@ -9,32 +9,29 @@ buildscript {
9
9
plugins {
10
10
id ' idea'
11
11
id ' java-library'
12
- id ' maven'
13
12
id ' signing'
14
13
id ' maven-publish'
15
- id ' com.jfrog.artifactory' version " 4.7.1 "
16
- id " com.google.protobuf" version " 0.8.7 "
14
+ id ' com.jfrog.artifactory' version " 4.21.0 "
15
+ id " com.google.protobuf" version " 0.8.15 "
17
16
id " io.github.gradle-nexus.publish-plugin" version " 1.0.0"
18
17
}
19
18
20
19
group ' io.odpf'
21
20
version ' 5.0.0'
22
21
23
22
dependencies {
24
- compile group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 1.7.25'
25
- compile group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.6'
26
- compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.7'
27
- compile group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.5.1'
28
- compile group : ' com.google.guava' , name : ' guava' , version : ' 27.0.1-jre'
29
- compile group : ' com.timgroup' , name : ' java-statsd-client' , version : ' 3.1.0'
30
- compile group : ' org.aeonbits.owner' , name : ' owner' , version : ' 1.0.9'
31
-
32
- testCompile ' junit:junit:4.12'
33
- testCompile " com.github.tomakehurst:wiremock:2.18.0"
34
- testCompile group : ' com.google.guava' , name : ' guava-testlib' , version : ' 12.0-rc2'
35
- testImplementation ' org.mockito:mockito-core:3.1.0'
36
- compile ' com.google.protobuf:protobuf-java:3.1.0'
37
- compile ' com.google.protobuf:protobuf-java-util:3.1.0'
23
+ implementation group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 1.7.25'
24
+ implementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.6'
25
+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.7'
26
+ implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.5.1'
27
+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 27.0.1-jre'
28
+ implementation group : ' com.timgroup' , name : ' java-statsd-client' , version : ' 3.1.0'
29
+ implementation group : ' org.aeonbits.owner' , name : ' owner' , version : ' 1.0.9'
30
+
31
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.12'
32
+ testImplementation group : ' com.github.tomakehurst' , name : ' wiremock' , version : ' 2.18.0'
33
+ testImplementation group : ' com.google.guava' , name : ' guava-testlib' , version : ' 12.0-rc2'
34
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.1.0'
38
35
}
39
36
40
37
buildscript. repositories. each { repositories. add(it) }
0 commit comments