|
290 | 290 | </pluginManagement> |
291 | 291 | </build> |
292 | 292 | <profiles> |
293 | | - <profile> |
294 | | - <id>glassfish-embedded-arquillian</id> |
295 | | - <dependencies> |
296 | | - <dependency> |
297 | | - <groupId>org.glassfish.main.extras</groupId> |
298 | | - <artifactId>glassfish-embedded-all</artifactId> |
299 | | - <version>4.0</version> |
300 | | - <scope>test</scope> |
301 | | - </dependency> |
302 | | - <dependency> |
303 | | - <groupId>org.glassfish</groupId> |
304 | | - <artifactId>javax.json</artifactId> |
305 | | - <version>1.0.4</version> |
306 | | - <scope>test</scope> |
307 | | - </dependency> |
308 | | - <dependency> |
309 | | - <groupId>org.glassfish.tyrus</groupId> |
310 | | - <artifactId>tyrus-client</artifactId> |
311 | | - <version>1.3</version> |
312 | | - <scope>test</scope> |
313 | | - </dependency> |
314 | | - <dependency> |
315 | | - <groupId>org.glassfish.tyrus</groupId> |
316 | | - <artifactId>tyrus-container-grizzly-client</artifactId> |
317 | | - <version>1.3</version> |
318 | | - <scope>test</scope> |
319 | | - </dependency> |
320 | | - <dependency> |
321 | | - <groupId>org.glassfish.jersey.core</groupId> |
322 | | - <artifactId>jersey-client</artifactId> |
323 | | - <version>2.4</version> |
324 | | - <scope>test</scope> |
325 | | - </dependency> |
326 | | - <dependency> |
327 | | - <groupId>org.jboss.arquillian.container</groupId> |
328 | | - <artifactId>arquillian-glassfish-embedded-3.1</artifactId> |
329 | | - <version>1.0.0.CR4</version> |
330 | | - <scope>test</scope> |
331 | | - </dependency> |
332 | | - </dependencies> |
333 | | - </profile> |
334 | | - <profile> |
335 | | - <id>glassfish-remote-arquillian</id> |
336 | | - <activation> |
337 | | - <activeByDefault>true</activeByDefault> |
338 | | - </activation> |
339 | | - <dependencies> |
340 | | - <dependency> |
341 | | - <groupId>org.glassfish</groupId> |
342 | | - <artifactId>javax.json</artifactId> |
343 | | - <version>1.0.4</version> |
344 | | - <scope>test</scope> |
345 | | - </dependency> |
346 | | - <dependency> |
347 | | - <groupId>org.glassfish.tyrus</groupId> |
348 | | - <artifactId>tyrus-client</artifactId> |
349 | | - <version>1.3</version> |
350 | | - <scope>test</scope> |
351 | | - </dependency> |
352 | | - <dependency> |
353 | | - <groupId>org.glassfish.tyrus</groupId> |
354 | | - <artifactId>tyrus-container-grizzly-client</artifactId> |
355 | | - <version>1.3</version> |
356 | | - <scope>test</scope> |
357 | | - </dependency> |
358 | | - <dependency> |
359 | | - <groupId>org.glassfish.jersey.core</groupId> |
360 | | - <artifactId>jersey-client</artifactId> |
361 | | - <version>2.4</version> |
362 | | - <scope>test</scope> |
363 | | - </dependency> |
364 | | - <dependency> |
365 | | - <groupId>org.glassfish.jersey.media</groupId> |
366 | | - <artifactId>jersey-media-json-jackson</artifactId> |
367 | | - <version>2.4</version> |
368 | | - <scope>test</scope> |
369 | | - </dependency> |
370 | | - <dependency> |
371 | | - <groupId>org.glassfish.jersey.media</groupId> |
372 | | - <artifactId>jersey-media-json-processing</artifactId> |
373 | | - <version>2.4</version> |
374 | | - <scope>test</scope> |
375 | | - </dependency> |
376 | | - <dependency> |
377 | | - <groupId>org.jboss.arquillian.container</groupId> |
378 | | - <artifactId>arquillian-glassfish-remote-3.1</artifactId> |
379 | | - <version>1.0.0.CR4</version> |
380 | | - <scope>test</scope> |
381 | | - </dependency> |
382 | | - </dependencies> |
383 | | - </profile> |
384 | 293 | <profile> |
385 | 294 | <id>wildfly-embedded-arquillian</id> |
386 | 295 | <properties> |
|
603 | 512 | </plugins> |
604 | 513 | </build> |
605 | 514 | </profile> |
| 515 | + <profile> |
| 516 | + <id>glassfish-embedded-arquillian</id> |
| 517 | + <dependencies> |
| 518 | + <dependency> |
| 519 | + <groupId>org.glassfish.main.extras</groupId> |
| 520 | + <artifactId>glassfish-embedded-all</artifactId> |
| 521 | + <version>4.0</version> |
| 522 | + <scope>test</scope> |
| 523 | + </dependency> |
| 524 | + <dependency> |
| 525 | + <groupId>org.glassfish</groupId> |
| 526 | + <artifactId>javax.json</artifactId> |
| 527 | + <version>1.0.4</version> |
| 528 | + <scope>test</scope> |
| 529 | + </dependency> |
| 530 | + <dependency> |
| 531 | + <groupId>org.glassfish.tyrus</groupId> |
| 532 | + <artifactId>tyrus-client</artifactId> |
| 533 | + <version>1.3</version> |
| 534 | + <scope>test</scope> |
| 535 | + </dependency> |
| 536 | + <dependency> |
| 537 | + <groupId>org.glassfish.tyrus</groupId> |
| 538 | + <artifactId>tyrus-container-grizzly-client</artifactId> |
| 539 | + <version>1.3</version> |
| 540 | + <scope>test</scope> |
| 541 | + </dependency> |
| 542 | + <dependency> |
| 543 | + <groupId>org.glassfish.jersey.core</groupId> |
| 544 | + <artifactId>jersey-client</artifactId> |
| 545 | + <version>2.4</version> |
| 546 | + <scope>test</scope> |
| 547 | + </dependency> |
| 548 | + <dependency> |
| 549 | + <groupId>org.jboss.arquillian.container</groupId> |
| 550 | + <artifactId>arquillian-glassfish-embedded-3.1</artifactId> |
| 551 | + <version>1.0.0.CR4</version> |
| 552 | + <scope>test</scope> |
| 553 | + </dependency> |
| 554 | + </dependencies> |
| 555 | + </profile> |
| 556 | + <profile> |
| 557 | + <id>glassfish-remote-arquillian</id> |
| 558 | + <activation> |
| 559 | + <activeByDefault>true</activeByDefault> |
| 560 | + </activation> |
| 561 | + <dependencies> |
| 562 | + <dependency> |
| 563 | + <groupId>org.glassfish</groupId> |
| 564 | + <artifactId>javax.json</artifactId> |
| 565 | + <version>1.0.4</version> |
| 566 | + <scope>test</scope> |
| 567 | + </dependency> |
| 568 | + <dependency> |
| 569 | + <groupId>org.glassfish.tyrus</groupId> |
| 570 | + <artifactId>tyrus-client</artifactId> |
| 571 | + <version>1.3</version> |
| 572 | + <scope>test</scope> |
| 573 | + </dependency> |
| 574 | + <dependency> |
| 575 | + <groupId>org.glassfish.tyrus</groupId> |
| 576 | + <artifactId>tyrus-container-grizzly-client</artifactId> |
| 577 | + <version>1.3</version> |
| 578 | + <scope>test</scope> |
| 579 | + </dependency> |
| 580 | + <dependency> |
| 581 | + <groupId>org.glassfish.jersey.core</groupId> |
| 582 | + <artifactId>jersey-client</artifactId> |
| 583 | + <version>2.4</version> |
| 584 | + <scope>test</scope> |
| 585 | + </dependency> |
| 586 | + <dependency> |
| 587 | + <groupId>org.glassfish.jersey.media</groupId> |
| 588 | + <artifactId>jersey-media-json-jackson</artifactId> |
| 589 | + <version>2.4</version> |
| 590 | + <scope>test</scope> |
| 591 | + </dependency> |
| 592 | + <dependency> |
| 593 | + <groupId>org.glassfish.jersey.media</groupId> |
| 594 | + <artifactId>jersey-media-json-processing</artifactId> |
| 595 | + <version>2.4</version> |
| 596 | + <scope>test</scope> |
| 597 | + </dependency> |
| 598 | + <dependency> |
| 599 | + <groupId>org.jboss.arquillian.container</groupId> |
| 600 | + <artifactId>arquillian-glassfish-remote-3.1</artifactId> |
| 601 | + <version>1.0.0.CR4</version> |
| 602 | + <scope>test</scope> |
| 603 | + </dependency> |
| 604 | + </dependencies> |
| 605 | + </profile> |
606 | 606 | <profile> |
607 | 607 | <id>javadocs</id> |
608 | 608 | <activation> |
|
0 commit comments