diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml
index b11c2c9afb..f17686752a 100644
--- a/spring-boot-modules/pom.xml
+++ b/spring-boot-modules/pom.xml
@@ -50,6 +50,7 @@
spring-boot-keycloak-2
spring-boot-libraries
spring-boot-libraries-2
+ spring-boot-libraries-3
spring-boot-logging-log4j2
spring-boot-mvc
spring-boot-mvc-2
diff --git a/spring-boot-modules/spring-boot-libraries-3/pom.xml b/spring-boot-modules/spring-boot-libraries-3/pom.xml
new file mode 100644
index 0000000000..0a924a46c2
--- /dev/null
+++ b/spring-boot-modules/spring-boot-libraries-3/pom.xml
@@ -0,0 +1,53 @@
+
+
+ 4.0.0
+ spring-boot-libraries-3
+
+
+ spring-boot-modules
+ com.baeldung.spring-boot-modules
+ 1.0.0-SNAPSHOT
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.camunda.bpm.springboot
+ camunda-bpm-spring-boot-starter-webapp
+ ${camunda.version}
+
+
+ com.h2database
+ h2
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+ 7.18.0
+
+
+
\ No newline at end of file