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 {
3737 compileOnly(" com.github.hauner.openapi:openapi-processor-api:${project.ext.get(" processorApiVersion" )} " )
3838
3939 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+ }
4147 testImplementation(" io.github.java-diff-utils:java-diff-utils:4.7" )
4248 testImplementation(" com.github.hauner.openapi:openapi-processor-api:${project.ext.get(" processorApiVersion" )} " )
4349}
You can’t perform that action at this time.
0 commit comments