|
119 | 119 | <version>1.3.5</version> |
120 | 120 | <scope>test</scope> |
121 | 121 | </dependency> |
| 122 | + <dependency> |
| 123 | + <groupId>org.apache.httpcomponents</groupId> |
| 124 | + <artifactId>httpclient</artifactId> |
| 125 | + <version>4.2.1</version> |
| 126 | + <scope>test</scope> |
| 127 | + </dependency> |
122 | 128 | </dependencies> |
123 | 129 | <pluginRepositories> |
124 | 130 | <pluginRepository> |
|
214 | 220 | <scope>test</scope> |
215 | 221 | </dependency> |
216 | 222 | <dependency> |
217 | | - <groupId>org.glassfish</groupId> |
218 | | - <artifactId>javax.json</artifactId> |
219 | | - <version>1.0.4</version> |
220 | | - <scope>test</scope> |
| 223 | + <groupId>org.glassfish</groupId> |
| 224 | + <artifactId>javax.json</artifactId> |
| 225 | + <version>1.0.4</version> |
| 226 | + <scope>test</scope> |
221 | 227 | </dependency> |
222 | 228 | <dependency> |
223 | 229 | <groupId>org.glassfish.tyrus</groupId> |
|
256 | 262 | <artifactId>javax.json</artifactId> |
257 | 263 | <version>1.0.4</version> |
258 | 264 | <scope>test</scope> |
259 | | - </dependency> |
260 | | - <dependency> |
| 265 | + </dependency> |
| 266 | + <dependency> |
261 | 267 | <groupId>org.glassfish.tyrus</groupId> |
262 | 268 | <artifactId>tyrus-client</artifactId> |
263 | 269 | <version>1.3</version> |
|
288 | 294 | <scope>test</scope> |
289 | 295 | </dependency> |
290 | 296 | <dependency> |
291 | | - <groupId>org.jboss.arquillian.container</groupId> |
292 | | - <artifactId>arquillian-glassfish-remote-3.1</artifactId> |
| 297 | + <groupId>org.jboss.arquillian.container</groupId> |
| 298 | + <artifactId>arquillian-glassfish-remote-3.1</artifactId> |
293 | 299 | <version>1.0.0.CR4</version> |
294 | 300 | <scope>test</scope> |
295 | 301 | </dependency> |
|
371 | 377 | </executions> |
372 | 378 | </plugin> |
373 | 379 | <plugin> |
374 | | - <artifactId>maven-surefire-plugin</artifactId> |
375 | | - <configuration> |
376 | | - <environmentVariables> |
377 | | - <JBOSS_HOME>${project.build.directory}/wildfly-${org.wildfly}</JBOSS_HOME> |
378 | | - </environmentVariables> |
379 | | - </configuration> |
380 | | - <version>2.16</version> |
| 380 | + <artifactId>maven-surefire-plugin</artifactId> |
| 381 | + <configuration> |
| 382 | + <environmentVariables> |
| 383 | + <JBOSS_HOME>${project.build.directory}/wildfly-${org.wildfly}</JBOSS_HOME> |
| 384 | + </environmentVariables> |
| 385 | + </configuration> |
| 386 | + <version>2.16</version> |
381 | 387 | </plugin> |
382 | 388 | </plugins> |
383 | 389 | </build> |
|
0 commit comments