diff --git a/spring-boot-examples/consumer-app/pom.xml b/spring-boot-examples/consumer-app/pom.xml
index ca585da0b..01f72f991 100644
--- a/spring-boot-examples/consumer-app/pom.xml
+++ b/spring-boot-examples/consumer-app/pom.xml
@@ -12,9 +12,6 @@
consumer-app
Spring Boot, Testcontainers and Dapr Integration Examples :: Consumer App
-
- 3.2.6
-
@@ -37,12 +34,6 @@
org.springframework.boot
spring-boot-starter-actuator
-
- io.dapr.spring
- dapr-spring-boot-starter
- ${dapr-java-sdk.alpha-version}
-
-
io.dapr.spring
dapr-spring-boot-starter
@@ -93,14 +84,6 @@
org.springframework.boot
spring-boot-maven-plugin
-
- org.apache.maven.plugins
- maven-deploy-plugin
- ${maven-deploy-plugin.version}
-
- true
-
-
org.apache.maven.plugins
maven-site-plugin
diff --git a/spring-boot-examples/pom.xml b/spring-boot-examples/pom.xml
index e1d2c9f84..006e4e16c 100644
--- a/spring-boot-examples/pom.xml
+++ b/spring-boot-examples/pom.xml
@@ -13,21 +13,26 @@
0.15.0-SNAPSHOT
pom
+
+ true
+
+
producer-app
consumer-app
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${springboot.version}
+
+
+
-
- org.apache.maven.plugins
- maven-deploy-plugin
- ${maven-deploy-plugin.version}
-
- true
-
-
org.apache.maven.plugins
maven-site-plugin
diff --git a/spring-boot-examples/producer-app/pom.xml b/spring-boot-examples/producer-app/pom.xml
index 929ec3d0c..017bbd719 100644
--- a/spring-boot-examples/producer-app/pom.xml
+++ b/spring-boot-examples/producer-app/pom.xml
@@ -13,9 +13,6 @@
producer-app
Spring Boot, Testcontainers and Dapr Integration Examples :: Producer App
-
- 3.2.6
-
@@ -80,14 +77,6 @@
org.springframework.boot
spring-boot-maven-plugin
-
- org.apache.maven.plugins
- maven-deploy-plugin
- ${maven-deploy-plugin.version}
-
- true
-
-
org.apache.maven.plugins
maven-site-plugin