diff --git a/ejb/ejb-client/pom.xml b/ejb/ejb-client/pom.xml
index 84656b40c5..2580a1e869 100755
--- a/ejb/ejb-client/pom.xml
+++ b/ejb/ejb-client/pom.xml
@@ -1,15 +1,16 @@
- 4.0.0
-
- com.baeldung.ejb
- ejb
- 1.0-SNAPSHOT
-
- ejb-client
- EJB3 Client Maven
- EJB3 Client Maven
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ ejb-client
+ ejb-client
+
+
+ com.baeldung.ejb
+ ejb
+ 1.0-SNAPSHOT
+
+
org.wildfly
@@ -44,10 +45,10 @@
-
+
4.12
2.19.1
-
+
\ No newline at end of file
diff --git a/image-processing/pom.xml b/image-processing/pom.xml
index 20fb70edd9..8766da571e 100644
--- a/image-processing/pom.xml
+++ b/image-processing/pom.xml
@@ -1,11 +1,10 @@
-
+
4.0.0
com.baeldung
- imageprocessing
+ image-processing
1.0-SNAPSHOT
@@ -25,4 +24,5 @@
${core-image.version}
+
\ No newline at end of file
diff --git a/log4j2/pom.xml b/log4j2/pom.xml
index 124b19330f..1ac3d47486 100644
--- a/log4j2/pom.xml
+++ b/log4j2/pom.xml
@@ -1,7 +1,6 @@
-
+
4.0.0
log4j2
@@ -65,6 +64,7 @@
+
org.apache.maven.plugins
maven-compiler-plugin
@@ -74,9 +74,23 @@
1.8
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven-surefire-plugin.version}
+
+
+ **/*IntegrationTest.java
+ **/*LongRunningUnitTest.java
+ **/*ManualTest.java
+
+ true
+
+
+
-
+
2.8.5
1.4.193