We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7e8ae commit edd3ca2Copy full SHA for edd3ca2
ejb/pom.xml
@@ -23,10 +23,5 @@
23
<version>${project.version}</version>
24
<scope>test</scope>
25
</dependency>
26
- <dependency>
27
- <groupId>fish.payara.ejb.rest</groupId>
28
- <artifactId>ejb-rest-client</artifactId>
29
- <version>5.191-SNAPSHOT</version>
30
- </dependency>
31
</dependencies>
32
</project>
ejb/remote/vendor/payara-rest/pom.xml
@@ -21,5 +21,10 @@
21
<artifactId>test-utils</artifactId>
22
<version>1.0-SNAPSHOT</version>
+ <dependency>
+ <groupId>fish.payara.extras</groupId>
+ <artifactId>ejb-http-client</artifactId>
+ <version>5.191</version>
+ </dependency>
0 commit comments