File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ targets:
4040 - type : gradle
4141 path : ./
4242 target : ' :sdk-autoconfigure-support'
43- - type : gradle
44- path : ./
45- target : ' :testing-common'
43+ # - type: gradle
44+ # path: ./
45+ # target: ':testing-common'
4646 - type : gradle
4747 path : ./
4848 target : ' :javaagent-tooling:javaagent-tooling-java9'
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ val groovyVersion = "4.0.25"
2525
2626val DEPENDENCY_BOMS = listOf (
2727 // for some reason boms show up as runtime dependencies in license and vulnerability scans
28- // even if they are only used by test dependencies, so not using junit bom since it is LGPL
28+ // even if they are only used by test dependencies, so not using junit or spock boms since
29+ // junit is LGPL (and spock depends on junit)
2930
3031 " com.fasterxml.jackson:jackson-bom:2.18.2" ,
3132 " com.squareup.okio:okio-bom:3.10.2" , // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
You can’t perform that action at this time.
0 commit comments