diff --git a/pom.xml b/pom.xml index 0a6a5360e..b45636c3e 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 2.0 1.21.3 - 3.4.6 + 3.4.9 6.2.7 1.7.0 @@ -203,6 +203,34 @@ pom import + + io.opentelemetry + opentelemetry-bom + ${opentelemetry.version} + pom + import + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + org.testcontainers + testcontainers-bom + ${testcontainers.version} + pom + import + + + com.google.protobuf + protobuf-bom + ${protobuf.version} + pom + import + org.testcontainers postgresql diff --git a/sdk-springboot/pom.xml b/sdk-springboot/pom.xml index 295b7ae25..8e9b4bb85 100644 --- a/sdk-springboot/pom.xml +++ b/sdk-springboot/pom.xml @@ -15,18 +15,6 @@ dapr-sdk-springboot SDK extension for Springboot - - - - org.springframework.boot - spring-boot-dependencies - ${springboot.version} - pom - import - - - - diff --git a/sdk-tests/pom.xml b/sdk-tests/pom.xml index 553e4a9a8..1b66f0807 100644 --- a/sdk-tests/pom.xml +++ b/sdk-tests/pom.xml @@ -29,15 +29,7 @@ - - - org.springframework.boot - spring-boot-dependencies - ${springboot.version} - pom - import - org.junit.platform junit-platform-commons diff --git a/spring-boot-examples/pom.xml b/spring-boot-examples/pom.xml index 198d71b35..928edb1df 100644 --- a/spring-boot-examples/pom.xml +++ b/spring-boot-examples/pom.xml @@ -22,18 +22,6 @@ workflows - - - - org.springframework.boot - spring-boot-dependencies - ${springboot.version} - pom - import - - - - diff --git a/spring-boot-examples/workflows/multi-app/pom.xml b/spring-boot-examples/workflows/multi-app/pom.xml index e066d0337..f6798d743 100644 --- a/spring-boot-examples/workflows/multi-app/pom.xml +++ b/spring-boot-examples/workflows/multi-app/pom.xml @@ -22,18 +22,6 @@ worker-two - - - - org.springframework.boot - spring-boot-dependencies - ${springboot.version} - pom - import - - - - diff --git a/spring-boot-examples/workflows/pom.xml b/spring-boot-examples/workflows/pom.xml index d3d0f6c83..1c711fbc1 100644 --- a/spring-boot-examples/workflows/pom.xml +++ b/spring-boot-examples/workflows/pom.xml @@ -21,18 +21,6 @@ multi-app - - - - org.springframework.boot - spring-boot-dependencies - ${springboot.version} - pom - import - - - -