File tree Expand file tree Collapse file tree 9 files changed +10
-9
lines changed
src/test/java/io/opentelemetry/integrationtests/tracecontext
sdk-extensions/jaeger-remote-sampler Expand file tree Collapse file tree 9 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ val DEPENDENCY_BOMS = listOf(
3636 " io.zipkin.brave:brave-bom:6.3.0" ,
3737 " io.zipkin.reporter2:zipkin-reporter-bom:3.5.1" ,
3838 " org.assertj:assertj-bom:3.27.6" ,
39- " org.testcontainers:testcontainers-bom:1.21.3 " ,
39+ " org.testcontainers:testcontainers-bom:2.0.2 " ,
4040 " org.snakeyaml:snakeyaml-engine:2.10"
4141)
4242
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 testImplementation(" com.linecorp.armeria:armeria-grpc-protocol" )
3131 testImplementation(" com.fasterxml.jackson.jr:jackson-jr-stree" )
3232 testImplementation(" com.fasterxml.jackson.jr:jackson-jr-objects" )
33- testImplementation(" org.testcontainers:junit-jupiter" )
33+ testImplementation(" org.testcontainers:testcontainers- junit-jupiter" )
3434}
3535
3636tasks {
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ dependencies {
2222 testImplementation(project(" :sdk:testing" ))
2323
2424 testImplementation(" com.linecorp.armeria:armeria" )
25- testImplementation(" org.testcontainers:junit-jupiter" )
25+ testImplementation(" org.testcontainers:testcontainers- junit-jupiter" )
2626}
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
1212
1313 testImplementation(" com.linecorp.armeria:armeria-junit5" )
1414 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
15- testImplementation(" org.testcontainers:junit-jupiter" )
15+ testImplementation(" org.testcontainers:testcontainers- junit-jupiter" )
1616}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "OTLP Exporter Integration Tests"
66otelJava.moduleName.set(" io.opentelemetry.integration.tests.otlp" )
77
88dependencies {
9- api(" org.testcontainers:junit-jupiter" )
9+ api(" org.testcontainers:testcontainers- junit-jupiter" )
1010
1111 implementation(project(" :exporters:otlp:all" ))
1212 implementation(project(" :api:incubator" ))
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515
1616 implementation(" com.linecorp.armeria:armeria" )
1717
18- testImplementation(" org.testcontainers:junit-jupiter" )
18+ testImplementation(" org.testcontainers:testcontainers- junit-jupiter" )
1919}
2020
2121tasks {
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ class TraceContextIntegrationTest {
3535 MountableFile .forHostPath (System .getProperty ("io.opentelemetry.testArchive" )),
3636 "/opt/app.jar" );
3737
38+ @ SuppressWarnings ("UnusedVariable" )
3839 @ Container
3940 private static final GenericContainer <?> testSuiteContainer =
4041 new GenericContainer <>(
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 implementation(project(" :exporters:logging" ))
1414
1515 implementation(" eu.rekawek.toxiproxy:toxiproxy-java" )
16- implementation(" org.testcontainers:junit-jupiter" )
16+ implementation(" org.testcontainers:testcontainers- junit-jupiter" )
1717
1818 runtimeOnly(" io.grpc:grpc-netty-shaded" )
1919}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 testImplementation(" com.google.protobuf:protobuf-java" )
3333 testImplementation(" com.linecorp.armeria:armeria-junit5" )
3434 testImplementation(" com.linecorp.armeria:armeria-grpc-protocol" )
35- testImplementation(" org.testcontainers:junit-jupiter" )
35+ testImplementation(" org.testcontainers:testcontainers- junit-jupiter" )
3636}
3737
3838testing {
@@ -44,7 +44,7 @@ testing {
4444 implementation(" com.google.protobuf:protobuf-java" )
4545 implementation(" com.linecorp.armeria:armeria-junit5" )
4646 implementation(" com.linecorp.armeria:armeria-grpc-protocol" )
47- implementation(" org.testcontainers:junit-jupiter" )
47+ implementation(" org.testcontainers:testcontainers- junit-jupiter" )
4848 implementation(" io.grpc:grpc-netty" )
4949 implementation(" io.grpc:grpc-stub" )
5050 }
You can’t perform that action at this time.
0 commit comments