diff --git a/spring-cloud-sleuth-dependencies/pom.xml b/spring-cloud-sleuth-dependencies/pom.xml index fb7325a7e..764df4f03 100644 --- a/spring-cloud-sleuth-dependencies/pom.xml +++ b/spring-cloud-sleuth-dependencies/pom.xml @@ -73,6 +73,12 @@ spring-cloud-starter-sleuth ${project.version} + + + org.springframework.cloud + spring-cloud-sleuth-tests-common + ${project.version} + io.zipkin.brave diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 0b83bfb26..5aa8a82b3 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -4,6 +4,7 @@ "https://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> + diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 3ee08d7da..8a3a872de 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -34,10 +34,6 @@ .. - - true - - org.springframework.cloud diff --git a/tests/pom.xml b/tests/pom.xml index bfd0d6904..c86151dca 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -40,18 +40,4 @@ otel - - - - - - maven-deploy-plugin - - true - - - - - -