Skip to content

Commit 29fae95

Browse files
committed
Add GlassFish Client libs to Remote profile
1 parent 66618ef commit 29fae95

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,24 @@
225225
<profile>
226226
<id>glassfish-remote-arquillian</id>
227227
<dependencies>
228+
<dependency>
229+
<groupId>org.glassfish.tyrus</groupId>
230+
<artifactId>tyrus-client</artifactId>
231+
<version>1.3</version>
232+
<scope>test</scope>
233+
</dependency>
234+
<dependency>
235+
<groupId>org.glassfish.tyrus</groupId>
236+
<artifactId>tyrus-container-grizzly-client</artifactId>
237+
<version>1.3</version>
238+
<scope>test</scope>
239+
</dependency>
240+
<dependency>
241+
<groupId>org.glassfish.jersey.core</groupId>
242+
<artifactId>jersey-client</artifactId>
243+
<version>2.4</version>
244+
<scope>test</scope>
245+
</dependency>
228246
<dependency>
229247
<groupId>org.jboss.arquillian.container</groupId>
230248
<artifactId>arquillian-glassfish-remote-3.1</artifactId>

0 commit comments

Comments
 (0)