File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 233
233
</plugin >
234
234
</plugins >
235
235
</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 >
236
256
</profile >
237
257
<profile >
238
258
<id >embedded-glassfish</id >
303
323
</plugin >
304
324
</plugins >
305
325
</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 >
306
334
</profile >
307
335
<profile >
308
336
<id >wildfly-arquillian</id >
You can’t perform that action at this time.
0 commit comments