diff --git a/apache-cxf/cxf-introduction/pom.xml b/apache-cxf/cxf-introduction/pom.xml
index 27a2978956..232a4f0089 100644
--- a/apache-cxf/cxf-introduction/pom.xml
+++ b/apache-cxf/cxf-introduction/pom.xml
@@ -1,47 +1,47 @@
- 4.0.0
- cxf-introduction
-
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
-
-
- 3.1.6
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
-
- com.baeldung.cxf.introduction.Server
-
-
-
- maven-surefire-plugin
- 2.19.1
-
-
- **/StudentTest.java
-
-
-
-
-
-
-
- org.apache.cxf
- cxf-rt-frontend-jaxws
- ${cxf.version}
-
-
- org.apache.cxf
- cxf-rt-transports-http-jetty
- ${cxf.version}
-
-
-
\ No newline at end of file
+ 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
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+
+ com.baeldung.cxf.introduction.Server
+
+
+
+ maven-surefire-plugin
+ 2.19.1
+
+
+ **/StudentTest.java
+
+
+
+
+
+
+
+ org.apache.cxf
+ cxf-rt-frontend-jaxws
+ ${cxf.version}
+
+
+ org.apache.cxf
+ cxf-rt-transports-http-jetty
+ ${cxf.version}
+
+
+
diff --git a/apache-cxf/cxf-spring/pom.xml b/apache-cxf/cxf-spring/pom.xml
index 02750dd790..431c35c51d 100644
--- a/apache-cxf/cxf-spring/pom.xml
+++ b/apache-cxf/cxf-spring/pom.xml
@@ -1,117 +1,117 @@
- 4.0.0
- cxf-spring
- war
-
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
-
-
- 3.1.6
- 4.3.1.RELEASE
- 2.19.1
-
-
-
-
- maven-war-plugin
- 2.6
-
- src/main/webapp/WEB-INF/web.xml
-
-
-
- maven-surefire-plugin
- ${surefire.version}
-
-
- StudentTest.java
-
-
-
-
-
-
-
- integration
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- 1.5.0
-
-
- jetty9x
- embedded
-
-
-
- localhost
- 8080
-
-
-
-
-
- start-server
- pre-integration-test
-
- start
-
-
-
- stop-server
- post-integration-test
-
- stop
-
-
-
-
-
- maven-surefire-plugin
- ${surefire.version}
-
-
- integration-test
-
- test
-
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
- org.apache.cxf
- cxf-rt-frontend-jaxws
- ${cxf.version}
-
-
- org.apache.cxf
- cxf-rt-transports-http-jetty
- ${cxf.version}
-
-
- org.springframework
- spring-context
- ${spring.version}
-
-
- org.springframework
- spring-web
- ${spring.version}
-
-
-
\ No newline at end of file
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ cxf-spring
+ war
+
+ com.baeldung
+ apache-cxf
+ 0.0.1-SNAPSHOT
+
+
+ 3.1.6
+ 4.3.1.RELEASE
+ 2.19.1
+
+
+
+
+ maven-war-plugin
+ 2.6
+
+ src/main/webapp/WEB-INF/web.xml
+
+
+
+ maven-surefire-plugin
+ ${surefire.version}
+
+
+ StudentTest.java
+
+
+
+
+
+
+
+ integration
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ 1.5.0
+
+
+ jetty9x
+ embedded
+
+
+
+ localhost
+ 8080
+
+
+
+
+
+ start-server
+ pre-integration-test
+
+ start
+
+
+
+ stop-server
+ post-integration-test
+
+ stop
+
+
+
+
+
+ maven-surefire-plugin
+ ${surefire.version}
+
+
+ integration-test
+
+ test
+
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.cxf
+ cxf-rt-frontend-jaxws
+ ${cxf.version}
+
+
+ org.apache.cxf
+ cxf-rt-transports-http-jetty
+ ${cxf.version}
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
+
+ org.springframework
+ spring-web
+ ${spring.version}
+
+
+
diff --git a/apache-cxf/pom.xml b/apache-cxf/pom.xml
index e86e4be5cd..022fc59f9b 100644
--- a/apache-cxf/pom.xml
+++ b/apache-cxf/pom.xml
@@ -1,41 +1,41 @@
- 4.0.0
- com.baeldung
- apache-cxf
- 0.0.1-SNAPSHOT
- pom
-
- cxf-introduction
- cxf-spring
-
-
-
- junit
- junit
- 4.12
- test
-
-
-
- install
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.5.1
-
- 1.8
- 1.8
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- 1.5.0
-
-
-
-
-
\ No newline at end of file
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.baeldung
+ apache-cxf
+ 0.0.1-SNAPSHOT
+ pom
+
+ cxf-introduction
+ cxf-spring
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+
+ install
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.5.1
+
+ 1.8
+ 1.8
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 1.5.0
+
+
+
+
+