diff --git a/apache-cxf/cxf-introduction/pom.xml b/apache-cxf/cxf-introduction/pom.xml
index 0a6f387b06..5534ba34f7 100644
--- a/apache-cxf/cxf-introduction/pom.xml
+++ b/apache-cxf/cxf-introduction/pom.xml
@@ -24,23 +24,28 @@
${cxf.version}
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
-
-
- process-test-classes
-
- java
-
-
- com.baeldung.cxf.introduction.Server
-
-
-
-
-
-
+
+
+ server
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+
+
+ process-test-classes
+
+ java
+
+
+ com.baeldung.cxf.introduction.Server
+
+
+
+
+
+
+
+
\ No newline at end of file