Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ dependencies {
api group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.9.6'
api group: 'org.xmlunit', name: 'xmlunit-core', version: '2.10.3'

compileOnly(libs.junit.jupiter)
compileOnly(libs.bundles.groovy)
compileOnly(libs.bundles.spock)
api(libs.bundles.junit5)
api(libs.tabletest)
}

// civisibility-test-fixtures is a test-support module — every consumer pulls it on their test
// classpath. Production-code-quality gates like forbidden APIs don't apply here.
tasks.named('forbiddenApisMain').configure { enabled = false }

This file was deleted.

Loading