Skip to content

Commit be42d24

Browse files
committed
Adding RESTEasy test-scoped dependencies for WildFly profile and Tyrus Client and Jersey Client for GlassFish profile
1 parent 1bd833f commit be42d24

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,26 @@
233233
</plugin>
234234
</plugins>
235235
</build>
236+
<dependencies>
237+
<dependency>
238+
<groupId>org.glassfish.tyrus</groupId>
239+
<artifactId>tyrus-client</artifactId>
240+
<version>1.3</version>
241+
<scope>test</scope>
242+
</dependency>
243+
<dependency>
244+
<groupId>org.glassfish.tyrus</groupId>
245+
<artifactId>tyrus-container-grizzly-client</artifactId>
246+
<version>1.3</version>
247+
<scope>test</scope>
248+
</dependency>
249+
<dependency>
250+
<groupId>org.glassfish.jersey.core</groupId>
251+
<artifactId>jersey-client</artifactId>
252+
<version>2.4</version>
253+
<scope>test</scope>
254+
</dependency>
255+
</dependencies>
236256
</profile>
237257
<profile>
238258
<id>embedded-glassfish</id>
@@ -303,6 +323,14 @@
303323
</plugin>
304324
</plugins>
305325
</build>
326+
<dependencies>
327+
<dependency>
328+
<groupId>org.jboss.resteasy</groupId>
329+
<artifactId>resteasy-client</artifactId>
330+
<version>3.0.4.Final</version>
331+
<scope>test</scope>
332+
</dependency>
333+
</dependencies>
306334
</profile>
307335
<profile>
308336
<id>wildfly-arquillian</id>

0 commit comments

Comments
 (0)