|
|
@ -4,21 +4,21 @@ buildscript { |
|
|
|
} |
|
|
|
} |
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1' |
|
|
|
classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1' |
|
|
|
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.1' |
|
|
|
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.2' |
|
|
|
classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.0' |
|
|
|
classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.0' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ext { |
|
|
|
ext { |
|
|
|
libs = [ |
|
|
|
libs = [ |
|
|
|
slf4jApi: 'org.slf4j:slf4j-api:1.7.10', |
|
|
|
slf4jApi: 'org.slf4j:slf4j-api:1.7.12', |
|
|
|
jsonSmart: 'net.minidev:json-smart:2.1.1', |
|
|
|
jsonSmart: 'net.minidev:json-smart:2.2', |
|
|
|
jacksonDatabind: 'com.fasterxml.jackson.core:jackson-databind:2.4.5', |
|
|
|
jacksonDatabind: 'com.fasterxml.jackson.core:jackson-databind:2.6.1', |
|
|
|
gson: 'com.google.code.gson:gson:2.3.1', |
|
|
|
gson: 'com.google.code.gson:gson:2.3.1', |
|
|
|
hamcrestCore: 'org.hamcrest:hamcrest-core:1.3', |
|
|
|
hamcrestCore: 'org.hamcrest:hamcrest-core:1.3', |
|
|
|
hamcrestLibrary: 'org.hamcrest:hamcrest-library:1.3', |
|
|
|
hamcrestLibrary: 'org.hamcrest:hamcrest-library:1.3', |
|
|
|
|
|
|
|
|
|
|
|
test: ['org.slf4j:slf4j-simple:1.7.10', 'org.assertj:assertj-core:1.7.1', 'commons-io:commons-io:2.4', 'org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.12'] |
|
|
|
test: ['org.slf4j:slf4j-simple:1.7.12', 'org.assertj:assertj-core:3.1.0', 'commons-io:commons-io:2.4','org.hamcrest:hamcrest-core:1.3', 'org.hamcrest:hamcrest-library:1.3', 'junit:junit:4.12'] |
|
|
|
] |
|
|
|
] |
|
|
|
snapshotVersion = true |
|
|
|
snapshotVersion = true |
|
|
|
} |
|
|
|
} |
|
|
|