File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ subprojects {
3535
3636 ext {
3737 jacksonVersion = ' 2.9.6'
38+ powermockVersion = ' 1.6.6'
3839 }
3940
4041 apply plugin : ' maven'
@@ -50,16 +51,15 @@ subprojects {
5051 compile " com.fasterxml.jackson.core:jackson-core:$jacksonVersion "
5152 compile " com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion "
5253 compile " com.fasterxml.jackson.core:jackson-databind:$jacksonVersion "
53- compile ' com.google.guava:guava:17.0'
54- compile ' org.slf4j:slf4j-api:1.7.25'
55- compile ' commons-codec:commons-codec:1.9'
56- testCompile ' junit:junit:4.11 '
57- testCompile ' org.powermock:powermock-module-junit4:1.6.6 '
58- testCompile ' org.powermock:powermock-api-mockito:1.6.6 '
54+ compile " com.google.guava:guava:17.0"
55+ compile " org.slf4j:slf4j-api:1.7.25"
56+ compile " commons-codec:commons-codec:1.9"
57+ testCompile " junit:junit:4.12 "
58+ testCompile " org.powermock:powermock-module-junit4:$p owermockVersion "
59+ testCompile " org.powermock:powermock-api-mockito:$p owermockVersion "
5960 }
6061}
6162
62-
6363task wrapper (type : Wrapper ) {
6464 gradleVersion = ' 2.0'
6565}
You can’t perform that action at this time.
0 commit comments