diff --git a/pom.xml b/pom.xml
index 67c58c9a50..302530fd24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,6 @@
spring-core
spring-cucumber
spring-ejb
- spring-ejb/spring-ejb-client
spring-aop
persistence-modules/spring-data-cassandra
spring-data-couchbase-2
@@ -1034,7 +1033,6 @@
spring-core
spring-cucumber
spring-ejb
- spring-ejb/spring-ejb-client
spring-aop
persistence-modules/spring-data-cassandra
spring-data-couchbase-2
@@ -1393,7 +1391,6 @@
spring-core
spring-cucumber
spring-ejb
- spring-ejb/spring-ejb-client
spring-aop
persistence-modules/spring-data-dynamodb
diff --git a/spring-ejb/pom.xml b/spring-ejb/pom.xml
index 31cde720f9..055df9ea04 100755
--- a/spring-ejb/pom.xml
+++ b/spring-ejb/pom.xml
@@ -73,6 +73,7 @@
ejb-remote-for-spring
ejb-beans
+ spring-ejb-client
diff --git a/spring-ejb/spring-ejb-client/pom.xml b/spring-ejb/spring-ejb-client/pom.xml
index c935e1f14a..50337e8b21 100644
--- a/spring-ejb/spring-ejb-client/pom.xml
+++ b/spring-ejb/spring-ejb-client/pom.xml
@@ -10,11 +10,22 @@
Spring EJB Client
- com.baeldung
- parent-boot-2
- 0.0.1-SNAPSHOT
- ../../parent-boot-2
+ com.baeldung.spring.ejb
+ spring-ejb
+ 1.0.1
+
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ 2.0.4.RELEASE
+ pom
+ import
+
+
+
@@ -54,6 +65,7 @@
org.springframework.boot
spring-boot-maven-plugin
+ 2.0.4.RELEASE