diff --git a/pom.xml b/pom.xml
index 587233c5501..18da1e8851a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,6 @@
1.3.3
1.1
- 4.33.0
1.0.2.Final
2.0.0.Final
4.1.2
@@ -883,21 +882,6 @@
wildfly-elytron-http-oidc
${wildfly-elytron.version}
-
- org.liquibase
- liquibase-core
- ${liquibase.version}
-
-
- org.yaml
- snakeyaml
-
-
- org.apache.commons
- commons-text
-
-
-
@@ -1471,11 +1455,6 @@
galleon-maven-plugin
${org.jboss.galleon.version}
-
- org.liquibase
- liquibase-maven-plugin
- ${liquibase.version}
-
io.smallrye
smallrye-open-api-maven-plugin
diff --git a/quarkus/runtime/pom.xml b/quarkus/runtime/pom.xml
index c3a59b306a8..42832644043 100644
--- a/quarkus/runtime/pom.xml
+++ b/quarkus/runtime/pom.xml
@@ -667,6 +667,16 @@
org.liquibase
liquibase-core
+
+
+ org.yaml
+ snakeyaml
+
+
+ org.apache.commons
+ commons-text
+
+
org.infinispan
diff --git a/testsuite/integration-arquillian/tests/base/pom.xml b/testsuite/integration-arquillian/tests/base/pom.xml
index e1ed7115a5c..b7986edf599 100644
--- a/testsuite/integration-arquillian/tests/base/pom.xml
+++ b/testsuite/integration-arquillian/tests/base/pom.xml
@@ -88,6 +88,10 @@
integration-arquillian-testsuite-providers-deployment
${project.version}
+
+ org.jboss.spec.javax.xml.bind
+ jboss-jaxb-api_2.3_spec
+
junit
junit
diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml
index e54b9b4a88b..217c2ddf31f 100644
--- a/testsuite/integration-arquillian/tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/pom.xml
@@ -1312,40 +1312,6 @@
-
- clean-jpa
-
-
-
-
- org.liquibase
- liquibase-maven-plugin
-
- META-INF/jpa-changelog-master.xml
-
- ${keycloak.connectionsJpa.url}
- ${keycloak.connectionsJpa.driver}
- ${keycloak.connectionsJpa.user}
- ${keycloak.connectionsJpa.password}
-
- false
- ${keycloak.connectionsJpa.liquibaseDatabaseClass}
-
-
-
- clean-jpa
- clean
-
- dropAll
-
-
-
-
-
-
-
-
-
auth-server-migration
@@ -1747,10 +1713,6 @@
org.codehaus.mojo
xml-maven-plugin
-
- org.liquibase
- liquibase-maven-plugin
-
org.codehaus.mojo
keytool-maven-plugin