Skip to content

Commit a647df7

Browse files
Cleanup.
1 parent 5af7b01 commit a647df7

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

dd-java-agent/agent-iast/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ protobuf {
3535
}
3636

3737
groovySpock {
38-
configureDependencies("testImplementation")
3938
configureDependencies("testImplementation", libs.groovy4.yaml)
4039
}
4140

dd-java-agent/instrumentation/liberty-20/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def unpackOpenLiberty = tasks.register('unpackOpenLiberty', UnpackOpenLiberty) {
2929
def filterLogbackClassic = tasks.register('filterLogbackClassic', Sync)
3030

3131
groovySpock {
32-
configureDependencies("testImplementation")
3332
configureDependencies("testImplementation", libs.groovy4.xml)
3433
}
3534

dd-java-agent/instrumentation/liberty-23/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def filterLogbackClassic = tasks.register('filterLogbackClassic', Sync)
3333
def shadowJar = tasks.named("shadowJar", ShadowJar)
3434

3535
groovySpock {
36-
configureDependencies("testImplementation")
3736
configureDependencies("testImplementation", libs.groovy4.xml)
3837
}
3938

dd-java-agent/instrumentation/synapse-3.0/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ configurations.configureEach {
1919
}
2020

2121
groovySpock {
22-
configureDependencies("testImplementation")
2322
configureDependencies("testImplementation", libs.groovy4.templates)
2423
}
2524

0 commit comments

Comments
 (0)