Merge pull request #104 from Codearte/fix/#100-Functional-tests-should-have-accurest-version-injected
Have completely removed the accurest version as it is not required.
This commit is contained in:
@@ -2,9 +2,6 @@ buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "io.codearte.accurest:accurest-gradle-plugin:$accurestVersion"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'groovy'
|
||||
@@ -49,7 +46,6 @@ dependencies {
|
||||
testCompile "org.spockframework:spock-spring:0.7-groovy-2.0"
|
||||
testCompile "com.jayway.restassured:rest-assured:$restAssuredVersion"
|
||||
testCompile "com.jayway.restassured:spring-mock-mvc:$restAssuredVersion"
|
||||
testCompile "io.codearte.accurest:accurest-core:$accurestVersion"
|
||||
testCompile "javax.servlet:javax.servlet-api:3.0.1" //provided
|
||||
testCompile "ch.qos.logback:logback-classic:1.1.2"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
groupId=com.ofg
|
||||
jacksonMapper=1.9.13
|
||||
restAssuredVersion=2.4.0
|
||||
accurestVersion=0.4.1
|
||||
springVersion=4.1.4.RELEASE
|
||||
@@ -5,7 +5,6 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.1.RELEASE")
|
||||
classpath 'io.codearte.accurest:accurest-gradle-plugin:0.6.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user