diff --git a/quarkus-extension/pom.xml b/quarkus-extension/pom.xml
index 38d7c3d548..394376e59e 100644
--- a/quarkus-extension/pom.xml
+++ b/quarkus-extension/pom.xml
@@ -9,6 +9,12 @@
quarkus-extension
pom
+
+ com.baeldung
+ parent-modules
+ 1.0.0-SNAPSHOT
+
+
quarkus-liquibase
quarkus-app
diff --git a/quarkus-extension/quarkus-app/pom.xml b/quarkus-extension/quarkus-app/pom.xml
index ad57228c44..6d3f4c7c28 100644
--- a/quarkus-extension/quarkus-app/pom.xml
+++ b/quarkus-extension/quarkus-app/pom.xml
@@ -5,7 +5,12 @@
4.0.0
com.baeldung.quarkus.app
quarkus-app
- 1.0-SNAPSHOT
+
+
+ com.baeldung.quarkus.extension
+ quarkus-extension
+ 1.0-SNAPSHOT
+
@@ -23,12 +28,11 @@
com.baeldung.quarkus.liquibase
quarkus-liquibase-runtime
- 1.0-SNAPSHOT
+ ${project.version}
io.quarkus
quarkus-jdbc-h2
- ${quarkus.version}
@@ -46,31 +50,11 @@
-
- maven-compiler-plugin
- ${compiler-plugin.version}
-
-
- maven-surefire-plugin
- ${surefire-plugin.version}
-
-
- org.jboss.logmanager.LogManager
-
-
-
- UTF-8
- 2.22.0
- true
1.0.0.Final
- 3.8.1
- 1.8
- UTF-8
- 1.8
diff --git a/quarkus-extension/quarkus-liquibase/pom.xml b/quarkus-extension/quarkus-liquibase/pom.xml
index e1f3e243ab..9536561701 100644
--- a/quarkus-extension/quarkus-liquibase/pom.xml
+++ b/quarkus-extension/quarkus-liquibase/pom.xml
@@ -5,19 +5,21 @@
4.0.0
com.baeldung.quarkus.liquibase
quarkus-liquibase-parent
- 1.0-SNAPSHOT
quarkus-liquibase-parent
pom
+
+ com.baeldung.quarkus.extension
+ quarkus-extension
+ 1.0-SNAPSHOT
+
+
runtime
deployment
- 1.8
- 1.8
- UTF-8
1.0.0.Final
diff --git a/quarkus-extension/quarkus-liquibase/runtime/pom.xml b/quarkus-extension/quarkus-liquibase/runtime/pom.xml
index e616060d03..782e4f4e9d 100644
--- a/quarkus-extension/quarkus-liquibase/runtime/pom.xml
+++ b/quarkus-extension/quarkus-liquibase/runtime/pom.xml
@@ -1,7 +1,6 @@
-
+
4.0.0
quarkus-liquibase-runtime
quarkus-liquibase-runtime
@@ -26,7 +25,7 @@
org.liquibase
liquibase-core
- 3.8.1
+ ${liquibase-core.version}
@@ -65,4 +64,8 @@
+
+ 3.8.1
+
+
\ No newline at end of file
diff --git a/quarkus/pom.xml b/quarkus/pom.xml
index de4c2ca9a3..09eb90d110 100644
--- a/quarkus/pom.xml
+++ b/quarkus/pom.xml
@@ -118,9 +118,6 @@
2.22.0
0.15.0
- 1.8
- UTF-8
- 1.8
diff --git a/rabbitmq/pom.xml b/rabbitmq/pom.xml
index b544da4c44..33ccf5402f 100644
--- a/rabbitmq/pom.xml
+++ b/rabbitmq/pom.xml
@@ -5,7 +5,6 @@
rabbitmq
0.1-SNAPSHOT
rabbitmq
- http://maven.apache.org
com.baeldung
diff --git a/ratpack/pom.xml b/ratpack/pom.xml
index a00be905ee..9ad654fa7d 100644
--- a/ratpack/pom.xml
+++ b/ratpack/pom.xml
@@ -6,7 +6,6 @@
1.0-SNAPSHOT
ratpack
jar
- http://maven.apache.org
com.baeldung
@@ -85,18 +84,7 @@
-
- ${project.artifactId}
-
-
- src/main/resources
-
-
-
-
- 1.8
- 1.8
1.5.4
4.5.3
4.4.6
diff --git a/restx/pom.xml b/restx/pom.xml
index 17c25fcdc0..ee25c88047 100644
--- a/restx/pom.xml
+++ b/restx/pom.xml
@@ -148,8 +148,6 @@
- 1.8
- 1.8
0.35-rc4
1.2.3
diff --git a/rsocket/pom.xml b/rsocket/pom.xml
index 70f21064b6..5b407c2bd0 100644
--- a/rsocket/pom.xml
+++ b/rsocket/pom.xml
@@ -24,43 +24,10 @@
rsocket-transport-netty
${rsocket.version}
-
- junit
- junit
- ${junit.version}
- test
-
-
- org.hamcrest
- hamcrest-core
- ${hamcrest.version}
- test
-
-
- ch.qos.logback
- logback-classic
- ${logback.version}
-
-
- ch.qos.logback
- logback-core
- ${logback.version}
-
-
- org.slf4j
- slf4j-api
- ${slf4j-api.version}
-
- 1.8
- 1.8
- 3.0.1
0.11.13
- 1.3
- 1.2.3
- 1.7.25
diff --git a/rule-engines/easy-rules/pom.xml b/rule-engines/easy-rules/pom.xml
index c1ba829045..b9661cd1c3 100644
--- a/rule-engines/easy-rules/pom.xml
+++ b/rule-engines/easy-rules/pom.xml
@@ -9,9 +9,8 @@
com.baeldung
- parent-modules
+ rule-engines
1.0.0-SNAPSHOT
- ../..
diff --git a/rule-engines/openl-tablets/pom.xml b/rule-engines/openl-tablets/pom.xml
index d1c7baabcc..25c4b8365a 100644
--- a/rule-engines/openl-tablets/pom.xml
+++ b/rule-engines/openl-tablets/pom.xml
@@ -9,9 +9,8 @@
com.baeldung
- parent-modules
+ rule-engines
1.0.0-SNAPSHOT
- ../..
diff --git a/rule-engines/pom.xml b/rule-engines/pom.xml
index cc015c600b..d3d3127ce0 100644
--- a/rule-engines/pom.xml
+++ b/rule-engines/pom.xml
@@ -10,7 +10,6 @@
com.baeldung
parent-modules
1.0.0-SNAPSHOT
- ..
diff --git a/rule-engines/rulebook/pom.xml b/rule-engines/rulebook/pom.xml
index b021adea10..95ededa5f9 100644
--- a/rule-engines/rulebook/pom.xml
+++ b/rule-engines/rulebook/pom.xml
@@ -9,9 +9,8 @@
com.baeldung
- parent-modules
+ rule-engines
1.0.0-SNAPSHOT
- ../..