diff --git a/annotations/annotation-processing/pom.xml b/annotations/annotation-processing/pom.xml
index 6d07394b87..e88e441b3e 100644
--- a/annotations/annotation-processing/pom.xml
+++ b/annotations/annotation-processing/pom.xml
@@ -15,7 +15,7 @@
1.0-rc2
- 3.5.1
+ 3.6.0
diff --git a/annotations/annotation-user/pom.xml b/annotations/annotation-user/pom.xml
index f76f691f93..a365f35c11 100644
--- a/annotations/annotation-user/pom.xml
+++ b/annotations/annotation-user/pom.xml
@@ -13,6 +13,11 @@
annotation-user
+
+ 4.12
+ 3.6.0
+
+
@@ -24,7 +29,7 @@
junit
junit
- 4.12
+ ${junit.version}
test
@@ -37,7 +42,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.5.1
+ ${maven-compiler-plugin.version}
1.8
diff --git a/apache-cxf/cxf-introduction/pom.xml b/apache-cxf/cxf-introduction/pom.xml
index 0902bd690e..6e0ceaba7e 100644
--- a/apache-cxf/cxf-introduction/pom.xml
+++ b/apache-cxf/cxf-introduction/pom.xml
@@ -4,15 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
cxf-introduction
+
com.baeldung
apache-cxf
0.0.1-SNAPSHOT
+
- 3.1.6
+ 3.1.8
2.19.1
+
@@ -24,7 +27,7 @@
maven-surefire-plugin
- 2.19.1
+ ${surefire.version}
**/*LiveTest.java
@@ -33,6 +36,7 @@
+
org.apache.cxf
diff --git a/apache-cxf/cxf-jaxrs-implementation/pom.xml b/apache-cxf/cxf-jaxrs-implementation/pom.xml
index b3a81aef82..c3095be5a5 100644
--- a/apache-cxf/cxf-jaxrs-implementation/pom.xml
+++ b/apache-cxf/cxf-jaxrs-implementation/pom.xml
@@ -4,17 +4,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
cxf-jaxrs-implementation
+
com.baeldung
apache-cxf
0.0.1-SNAPSHOT
+
UTF-8
- 3.1.7
+ 3.1.8
4.5.2
2.19.1
+
@@ -26,7 +29,7 @@
maven-surefire-plugin
- 2.19.1
+ ${surefire.version}
**/*LiveTest.java
@@ -35,6 +38,7 @@
+
org.apache.cxf
diff --git a/apache-cxf/cxf-spring/pom.xml b/apache-cxf/cxf-spring/pom.xml
index 8f1dee965a..79a7650ced 100644
--- a/apache-cxf/cxf-spring/pom.xml
+++ b/apache-cxf/cxf-spring/pom.xml
@@ -33,7 +33,7 @@
javax.servlet
javax.servlet-api
- 3.1.0
+ ${javax.servlet-api.version}
@@ -41,7 +41,7 @@
maven-war-plugin
- 2.6
+ ${maven-war-plugin.version}
false
@@ -66,7 +66,7 @@
org.codehaus.cargo
cargo-maven2-plugin
- 1.4.19
+ ${cargo-maven2-plugin.version}
tomcat8x
@@ -121,9 +121,13 @@
- 3.1.6
- 4.3.1.RELEASE
+ 3.1.8
+ 4.3.4.RELEASE
+ 3.1.0
+
+ 2.6
2.19.1
+ 1.6.1
diff --git a/apache-cxf/pom.xml b/apache-cxf/pom.xml
index af7949bb6c..d407527c51 100644
--- a/apache-cxf/pom.xml
+++ b/apache-cxf/pom.xml
@@ -5,19 +5,28 @@
apache-cxf
0.0.1-SNAPSHOT
pom
+
cxf-introduction
cxf-spring
cxf-jaxrs-implementation
+
+
+ 4.12
+ 3.6.0
+ 1.5.0
+
+
junit
junit
- 4.12
+ ${junit.version}
test
+
install
@@ -25,7 +34,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.5.1
+ ${maven-compiler-plugin.version}
1.8
@@ -34,7 +43,7 @@
org.codehaus.mojo
exec-maven-plugin
- 1.5.0
+ ${exec-maven-plugin.version}