Ranging dependencies versions
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -55,7 +55,7 @@ subprojects {
|
||||
|
||||
dependencies {
|
||||
compile localGroovy()
|
||||
testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
|
||||
testCompile('org.spockframework:spock-core:1.0-groovy-2.3') {
|
||||
exclude(group: 'org.codehaus.groovy')
|
||||
}
|
||||
}
|
||||
@@ -85,9 +85,9 @@ subprojects {
|
||||
project(':accurest-core') {
|
||||
dependencies {
|
||||
compile 'org.slf4j:slf4j-api:[1.6.0,)'
|
||||
compile 'org.codehaus.plexus:plexus-utils:3.0.21'
|
||||
compile 'commons-io:commons-io:2.4'
|
||||
compile 'org.apache.commons:commons-lang3:3.4'
|
||||
compile 'org.codehaus.plexus:plexus-utils:[3.0.0,)'
|
||||
compile 'commons-io:commons-io:[2.0,)'
|
||||
compile 'org.apache.commons:commons-lang3:[3.0,)'
|
||||
testCompile 'cglib:cglib-nodep:2.2'
|
||||
testCompile 'org.objenesis:objenesis:2.1'
|
||||
testCompile 'com.github.tomakehurst:wiremock:1.53'
|
||||
@@ -97,8 +97,8 @@ project(':accurest-core') {
|
||||
project(':accurest-converters') {
|
||||
dependencies {
|
||||
compile project(':accurest-core')
|
||||
compile 'org.apache.commons:commons-lang3:3.3.2'
|
||||
compile 'commons-io:commons-io:[2.4,)'
|
||||
compile 'org.apache.commons:commons-lang3:[3.0,)'
|
||||
compile 'commons-io:commons-io:[2.0,)'
|
||||
compile 'dk.brics.automaton:automaton:1.11-8' // needed for Xeger
|
||||
testCompile 'com.github.tomakehurst:wiremock:1.53'
|
||||
testCompile 'org.hamcrest:hamcrest-all:1.3'
|
||||
@@ -111,7 +111,7 @@ project(':accurest-gradle-plugin') {
|
||||
compile project(':accurest-converters')
|
||||
compile gradleApi()
|
||||
|
||||
testCompile('com.netflix.nebula:nebula-test:2.2.0') {
|
||||
testCompile('com.netflix.nebula:nebula-test:2.2.1') {
|
||||
exclude(group: 'org.spockframework')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user