Fix dependencies in gradle plugin
This commit is contained in:
@@ -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}") {
|
||||
|
||||
Reference in New Issue
Block a user