diff --git a/ejb/ejb-client/pom.xml b/ejb/ejb-client/pom.xml
index 6ece63572d..ba5763a3e7 100755
--- a/ejb/ejb-client/pom.xml
+++ b/ejb/ejb-client/pom.xml
@@ -10,6 +10,12 @@
ejb-client
EJB3 Client Maven
EJB3 Client Maven
+
+
+ 4.12
+ 2.19
+
+
org.wildfly
diff --git a/ejb/ejb-client/src/test/java/com/baeldung/ejb/setup/test/EJBSetupTest.java b/ejb/ejb-client/src/test/java/com/baeldung/ejb/setup/test/EJBSetupTest.java
index 1a8165cee6..fa92873a73 100755
--- a/ejb/ejb-client/src/test/java/com/baeldung/ejb/setup/test/EJBSetupTest.java
+++ b/ejb/ejb-client/src/test/java/com/baeldung/ejb/setup/test/EJBSetupTest.java
@@ -1,16 +1,18 @@
package com.baeldung.ejb.setup.test;
-import static org.junit.Assert.*;
-import org.junit.Test;
import com.baeldung.ejb.client.EJBClient;
import com.baeldung.ejb.tutorial.HelloWorldBean;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
public class EJBSetupTest {
@Test
- public void testEJBClient() {
+ public void EJBClientTest() {
EJBClient ejbClient = new EJBClient();
HelloWorldBean bean = new HelloWorldBean();
assertEquals(bean.getHelloWorld(), ejbClient.getEJBRemoteMessage());
}
+
}
diff --git a/ejb/ejb-remote/pom.xml b/ejb/ejb-remote/pom.xml
index d102edd8e3..beb182ff8b 100755
--- a/ejb/ejb-remote/pom.xml
+++ b/ejb/ejb-remote/pom.xml
@@ -1,40 +1,95 @@
- 4.0.0
-
- com.baeldung.ejb
- ejb
- 1.0-SNAPSHOT
-
- ejb-remote
- ejb
+ 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.ejb
+ ejb
+ 1.0-SNAPSHOT
+
+
+ ejb-remote
+ ejb
+
+
+
+ javax
+ javaee-api
+ ${javaee-api.version}
+ provided
+
+
+
+
+
+
+
+ wildfly-standalone
+
+ true
+
+
+
+
+ org.codehaus.cargo
+ cargo-maven2-plugin
+ ${cargo-maven2-plugin.version}
+
+
+
+
+ wildfly10x
+
+ http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip
+
+
+
+
+
+ 127.0.0.1
+ 9990
+ testUser:admin1234!
+
+
+
+
+
+
+
+
+
+
+
+ wildfly-runtime
+
+ false
+
+
+
+
+ org.wildfly.plugins
+ wildfly-maven-plugin
+ 1.1.0.Alpha5
+
+ 127.0.0.1
+ 9990
+ testUser
+ admin1234!
+ ${build.finalName}.jar
+
+
+
+
+
+
+
+
+
+ 7.0
+ 1.6.1
+
+
+
-
-
-
- javax
- javaee-api
- 7.0
- provided
-
-
-
-
-
- org.wildfly.plugins
- wildfly-maven-plugin
- 1.1.0.Alpha5
-
- 127.0.0.1
- 9990
- testUser
- admin1234!
- ${build.finalName}.jar
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ejb/pom.xml b/ejb/pom.xml
index 8176de7936..b00f80a817 100755
--- a/ejb/pom.xml
+++ b/ejb/pom.xml
@@ -1,79 +1,79 @@
- 4.0.0
- com.baeldung.ejb
- ejb
- 1.0-SNAPSHOT
- pom
- ejb
- EJB Tutorial
+ 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.ejb
+ ejb
+ 1.0-SNAPSHOT
+ pom
+ ejb
+ EJB Tutorial
-
-
- jboss-public-repository-group
- JBoss Public Maven Repository Group
- http://repository.jboss.org/nexus/content/groups/public/
- default
-
- true
- never
-
-
- true
- never
-
-
-
+
+
+ jboss-public-repository-group
+ JBoss Public Maven Repository Group
+ http://repository.jboss.org/nexus/content/groups/public/
+ default
+
+ true
+ never
+
+
+ true
+ never
+
+
+
-
-
-
- com.baeldung.ejb
- ejb-remote
- 1.0-SNAPSHOT
- ejb
-
+
+
+
+ com.baeldung.ejb
+ ejb-remote
+ 1.0-SNAPSHOT
+ ejb
+
-
- javax
- javaee-api
- 7.0
- provided
-
+
+ javax
+ javaee-api
+ 7.0
+ provided
+
-
- org.wildfly
- wildfly-ejb-client-bom
- 10.1.0.Final
- pom
- import
-
-
-
+
+ org.wildfly
+ wildfly-ejb-client-bom
+ 10.1.0.Final
+ pom
+ import
+
+
+
-
-
-
-
- maven-compiler-plugin
- 3.1
-
-
- 1.8
-
-
+
+
+
+
+ maven-compiler-plugin
+ 3.1
+
+
+ 1.8
+
+
-
- maven-ejb-plugin
- 2.4
-
- 3.2
-
-
-
-
-
+
+ maven-ejb-plugin
+ 2.4
+
+ 3.2
+
+
+
+
+
ejb-remote