JAVA-24962 - Modifications to make client work with EJB deployed in Wildfly. (#15753)

This commit is contained in:
Amit Pandey
2024-02-19 19:26:56 +05:30
committed by GitHub
parent bac8dd0536
commit a407c2f015
2 changed files with 14 additions and 2 deletions
@@ -50,6 +50,18 @@
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-naming-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
</dependency>
</dependencies>
<build>