diff --git a/quarkus-modules/quarkus-vs-springboot/spring-project/pom.xml b/quarkus-modules/quarkus-vs-springboot/spring-project/pom.xml
index fc24b43497..f087fbba6b 100644
--- a/quarkus-modules/quarkus-vs-springboot/spring-project/pom.xml
+++ b/quarkus-modules/quarkus-vs-springboot/spring-project/pom.xml
@@ -7,9 +7,9 @@
0.1-SNAPSHOT
- org.springframework.boot
- spring-boot-starter-parent
- 3.1.3
+ com.baeldung
+ quarkus-vs-springboot
+ 1.0-SNAPSHOT
@@ -21,6 +21,13 @@
pom
import
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring-boot.version}
+ pom
+ import
+
@@ -93,6 +100,7 @@
17
1.17.2
1.0.2
+ 3.1.3
\ No newline at end of file
diff --git a/spring-boot-modules/spring-boot-documentation/pom.xml b/spring-boot-modules/spring-boot-documentation/pom.xml
index a941ca36e6..cb50ebe40f 100644
--- a/spring-boot-modules/spring-boot-documentation/pom.xml
+++ b/spring-boot-modules/spring-boot-documentation/pom.xml
@@ -18,20 +18,6 @@
-
- org.junit
- junit-bom
- ${junit-jupiter.version}
- pom
- import
-
-
- org.springframework.boot
- spring-boot-dependencies
- ${spring-boot.version}
- pom
- import
-
org.springframework.boot
spring-boot-starter