Skip to content

Commit b3054f0

Browse files
committed
TESTING
1 parent 3b9d1e7 commit b3054f0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.fossa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ val groovyVersion = "4.0.25"
2525

2626
val 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

0 commit comments

Comments
 (0)