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
+