Skip to content

Commit 15d93d0

Browse files
Minor
1 parent 5c4823a commit 15d93d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ okhttp = { module = "com.datadoghq.okhttp3:okhttp", version.ref = "okhttp" }
8686
groovy = { module = "org.apache.groovy:groovy", version.ref = "groovy" }
8787
groovy-json = { module = "org.apache.groovy:groovy-json", version.ref = "groovy" }
8888
groovy-templates = { module = "org.apache.groovy:groovy-templates", version.ref = "groovy" }
89-
groovy-test-junit5 = { module = "org.apache.groovy:groovy-test-junit5", version.ref = "groovy" }
9089
groovy-yaml = { module = "org.apache.groovy:groovy-yaml", version.ref = "groovy" }
9190
groovy-xml = { module = "org.apache.groovy:groovy-xml", version.ref = "groovy" }
9291

utils/test-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ dependencies {
1111
api(project(":components:environment"))
1212
api(group = "commons-fileupload", name = "commons-fileupload", version = "1.5")
1313

14+
compileOnly(libs.junit.jupiter)
1415
compileOnly(libs.logback.core)
1516
compileOnly(libs.logback.classic)
1617

17-
compileOnly(libs.junit.jupiter)
1818
compileOnly(libs.bundles.groovy)
1919
compileOnly(libs.bundles.spock)
2020
}

0 commit comments

Comments
 (0)