File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,13 @@ dependencies {
37
37
compileOnly(" com.github.hauner.openapi:openapi-processor-api:${project.ext.get(" processorApiVersion" )} " )
38
38
39
39
testImplementation(" net.bytebuddy:byte-buddy:1.10.10" )
40
- testImplementation(" org.spockframework:spock-core:1.3-groovy-2.5" )
40
+ testImplementation(" org.spockframework:spock-core:1.3-groovy-2.5" ) {
41
+ exclude(group = " org.codehaus.groovy" , module = " groovy-json" )
42
+ exclude(group = " org.codehaus.groovy" , module = " groovy-macro" )
43
+ exclude(group = " org.codehaus.groovy" , module = " groovy-sql" )
44
+ exclude(group = " org.codehaus.groovy" , module = " groovy-templates" )
45
+ exclude(group = " org.codehaus.groovy" , module = " groovy-xml" )
46
+ }
41
47
testImplementation(" io.github.java-diff-utils:java-diff-utils:4.7" )
42
48
testImplementation(" com.github.hauner.openapi:openapi-processor-api:${project.ext.get(" processorApiVersion" )} " )
43
49
}
You can’t perform that action at this time.
0 commit comments