Fix dependencies in gradle plugin

This commit is contained in:
Dave Syer
2016-07-19 12:18:42 +01:00
parent e3c564e023
commit ed33669e91

View File

@@ -60,10 +60,7 @@ configurations {
dependencies {
compile gradleApi()
compile localGroovy()
compile("org.springframework.cloud:spring-cloud-contract-verifier-core:${project.version}") {
exclude(group: 'org.codehaus.groovy')
}
compile("org.springframework.cloud:spring-cloud-contract-verifier-converters:${project.version}") {
compile("org.springframework.cloud:spring-cloud-contract-converters:${project.version}") {
exclude(group: 'org.codehaus.groovy')
}
compile("org.springframework.cloud:spring-cloud-contract-stub-runner:${project.version}") {