Skip to content

Commit 47608eb

Browse files
committed
less test dependencies
1 parent 9cc469f commit 47608eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)