From c890d7907429884a149a66e940a4a3c239ff0cb1 Mon Sep 17 00:00:00 2001 From: Cassandra Coyle Date: Tue, 19 Aug 2025 08:35:28 -0500 Subject: [PATCH] think this is correct Signed-off-by: Cassandra Coyle --- .../dapr-spring-boot-starter-test/pom.xml | 7 +++++++ dapr-spring/dapr-spring-boot-tests/pom.xml | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml index ee3a53ee2..aa2983f7a 100644 --- a/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml +++ b/dapr-spring/dapr-spring-boot-starters/dapr-spring-boot-starter-test/pom.xml @@ -15,6 +15,10 @@ Dapr Spring Boot Starter Tests (with Testcontainers Support) jar + + true + + org.springframework.boot @@ -43,6 +47,9 @@ org.sonatype.plugins nexus-staging-maven-plugin + + true + diff --git a/dapr-spring/dapr-spring-boot-tests/pom.xml b/dapr-spring/dapr-spring-boot-tests/pom.xml index fc7404557..56100598a 100644 --- a/dapr-spring/dapr-spring-boot-tests/pom.xml +++ b/dapr-spring/dapr-spring-boot-tests/pom.xml @@ -14,6 +14,10 @@ Dapr Spring Boot Tests jar + + true + + org.springframework.boot @@ -22,6 +26,7 @@ io.dapr.spring dapr-spring-boot-autoconfigure + ${project.parent.version} org.testcontainers @@ -37,6 +42,7 @@ io.dapr testcontainers-dapr + ${dapr.sdk.alpha.version} @@ -44,6 +50,16 @@ org.sonatype.plugins nexus-staging-maven-plugin + + true + + + + org.sonatype.central + central-publishing-maven-plugin + + true +