Skip to content

Commit 2ebe47b

Browse files
committed
feat(test): Remove dependencies to another project
Release tests will be moved as submodules of the main project later
1 parent 8cc9dd6 commit 2ebe47b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

test-published-dependencies/agent-logs-on-java-7/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configurations {
1515

1616
dependencies {
1717
agent("com.datadoghq:dd-java-agent:$version")
18-
testImplementation(platform("org.junit:junit-bom:${versions.junit5}"))
18+
testImplementation(platform("org.junit:junit-bom:5.9.2"))
1919
testImplementation('org.junit.jupiter:junit-jupiter')
2020
}
2121

test-published-dependencies/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ allprojects {
1919
}
2020

2121
apply from: "$sharedConfigDirectory/spotless.gradle"
22-
apply from: "$sharedConfigDirectory/dependencies.gradle"
2322
}

test-published-dependencies/ot-pulls-in-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ java {
99

1010
dependencies {
1111
implementation "com.datadoghq:dd-trace-ot:$version"
12-
testImplementation(platform("org.junit:junit-bom:${versions.junit5}"))
12+
testImplementation(platform("org.junit:junit-bom:5.9.2"))
1313
testImplementation('org.junit.jupiter:junit-jupiter')
1414
}
1515

0 commit comments

Comments
 (0)