diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 1805515068..6a08adbdea 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -139,6 +139,8 @@ under the License.
org.slf4j
slf4j-api
+
+
org.slf4j
slf4j-simple
diff --git a/maven-model-builder/pom.xml b/maven-model-builder/pom.xml
index 4ff0becbc5..23c8c353d0 100644
--- a/maven-model-builder/pom.xml
+++ b/maven-model-builder/pom.xml
@@ -91,6 +91,11 @@ under the License.
failureaccess
test
+
+ org.mockito
+ mockito-core
+ test
+
org.xmlunit
xmlunit-core
@@ -101,11 +106,6 @@ under the License.
xmlunit-matchers
test
-
- org.mockito
- mockito-core
- test
-
org.xmlunit
xmlunit-assertj
diff --git a/pom.xml b/pom.xml
index dd21b95578..722d4e142c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,25 +147,6 @@ under the License.
8
- 2.6.0
- 1.5.0
- 2.11.0
- 5.10.1
- 5.7.0
- 1.26
- 4.0.1
- 5.1.0
- 32.0.1-jre
- 1.0.1
- 3.5.3
- 2.0
- 2.0
- 1.3
- 2.0.0-alpha-1
- 0.9.0.M2
- 9.6
- 1.7.36
- 2.6.4
true
3.8.7
@@ -174,6 +155,34 @@ under the License.
Apache Maven
ref/4-LATEST
2023-10-20T19:20:23Z
+
+ 9.6
+ 1.14.9
+ 2.0
+ 2.6.0
+ 1.5.0
+ 2.11.0
+ 5.1.0
+ 32.0.1-jre
+ 1.0.1
+ 2.2
+ 2.4.1
+ 1.3.2
+ 5.10.1
+ 1.3
+ 1.2.11
+ 5.7.0
+ 1.26
+ 1.0.0
+ 4.0.1
+ 2.0.0-alpha-1
+ 2.0
+ 0.9.0.M2
+ 1.7.36
+ 4.2.1
+ 3.5.3
+ 6.5.1
+ 2.6.4
@@ -291,7 +300,7 @@ under the License.
javax.annotation
javax.annotation-api
- 1.3.2
+ ${javaxAnnotationApiVersion}
org.codehaus.plexus
@@ -306,7 +315,7 @@ under the License.
org.fusesource.jansi
jansi
- 2.4.1
+ ${jansiVersion}
org.slf4j
@@ -322,7 +331,7 @@ under the License.
ch.qos.logback
logback-classic
- 1.2.11
+ ${logbackClassicVersion}
true
@@ -416,12 +425,12 @@ under the License.
com.fasterxml.woodstox
woodstox-core
- 6.5.1
+ ${woodstoxVersion}
org.codehaus.woodstox
stax2-api
- 4.2.1
+ ${stax2ApiVersion}
org.xmlunit
@@ -444,19 +453,19 @@ under the License.
org.hamcrest
hamcrest-core
- 2.2
+ ${hamcrestVersion}
test
org.hamcrest
hamcrest-library
- 2.2
+ ${hamcrestVersion}
test
org.codehaus.plexus
plexus-testing
- 1.0.0
+ ${plexusTestingVersion}
test
@@ -476,7 +485,7 @@ under the License.
net.bytebuddy
byte-buddy
- 1.14.9
+ ${byteBuddyVersion}