|
10 | 10 | <name>Java EE 7 Sample: javaee7-samples</name>
|
11 | 11 |
|
12 | 12 | <properties>
|
13 |
| - <arquillian.version>1.1.14.Final</arquillian.version> |
| 13 | + <arquillian.version>1.1.14.Final</arquillian.version> |
14 | 14 | <java.min.version>1.7</java.min.version>
|
15 | 15 | <maven.min.version>3.0.0</maven.min.version>
|
16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
57 | 57 | </snapshots>
|
58 | 58 | </repository>
|
59 | 59 |
|
60 |
| - <repository> |
61 |
| - <id>payara-milestones</id> |
62 |
| - <name>Payara Milestones</name> |
63 |
| - |
64 |
| - <url>https://raw.github.com/payara/Payara_PatchedProjects/master</url> |
65 |
| - |
66 |
| - <releases> |
67 |
| - <enabled>true</enabled> |
68 |
| - </releases> |
69 |
| - <snapshots> |
70 |
| - <enabled>false</enabled> |
71 |
| - </snapshots> |
72 |
| - </repository> |
| 60 | + <repository> |
| 61 | + <id>payara-milestones</id> |
| 62 | + <name>Payara Milestones</name> |
| 63 | + |
| 64 | + <url>https://raw.github.com/payara/Payara_PatchedProjects/master</url> |
| 65 | + |
| 66 | + <releases> |
| 67 | + <enabled>true</enabled> |
| 68 | + </releases> |
| 69 | + <snapshots> |
| 70 | + <enabled>false</enabled> |
| 71 | + </snapshots> |
| 72 | + </repository> |
73 | 73 |
|
74 | 74 | <repository>
|
75 | 75 | <id>ossrh</id>
|
|
145 | 145 | <version>1.4.195</version>
|
146 | 146 | </dependency>
|
147 | 147 | <dependency>
|
148 |
| - <groupId>fish.payara.arquillian</groupId> |
149 |
| - <artifactId>payara-client-ee7</artifactId> |
150 |
| - <version>1.0.Beta3-m1</version> |
151 |
| - <scope>test</scope> |
152 |
| - </dependency> |
| 148 | + <groupId>fish.payara.arquillian</groupId> |
| 149 | + <artifactId>payara-client-ee7</artifactId> |
| 150 | + <version>1.0.Beta3-m1</version> |
| 151 | + <scope>test</scope> |
| 152 | + </dependency> |
153 | 153 | </dependencies>
|
154 | 154 | </dependencyManagement>
|
155 | 155 |
|
|
360 | 360 | </activation>
|
361 | 361 |
|
362 | 362 | <dependencies>
|
363 |
| - |
364 | 363 | <!-- Java EE based client dependencies to contact a server via WebSocket or REST -->
|
365 |
| - <dependency> |
366 |
| - <groupId>fish.payara.arquillian</groupId> |
367 |
| - <artifactId>payara-client-ee7</artifactId> |
368 |
| - </dependency> |
| 364 | + <dependency> |
| 365 | + <groupId>fish.payara.arquillian</groupId> |
| 366 | + <artifactId>payara-client-ee7</artifactId> |
| 367 | + </dependency> |
369 | 368 |
|
370 | 369 | <!-- The actual Arquillian connector -->
|
371 | 370 | <dependency>
|
|
430 | 429 | </properties>
|
431 | 430 |
|
432 | 431 | <dependencies>
|
433 |
| - <!-- Java EE based client dependencies to contact a server via WebSocket or REST --> |
434 |
| - <dependency> |
435 |
| - <groupId>fish.payara.arquillian</groupId> |
436 |
| - <artifactId>payara-client-ee7</artifactId> |
437 |
| - </dependency> |
| 432 | + <!-- Java EE based client dependencies to contact a server via WebSocket or REST --> |
| 433 | + <dependency> |
| 434 | + <groupId>fish.payara.arquillian</groupId> |
| 435 | + <artifactId>payara-client-ee7</artifactId> |
| 436 | + </dependency> |
438 | 437 |
|
439 | 438 | <!-- The Arquillian connector -->
|
440 | 439 | <dependency>
|
|
443 | 442 | <version>1.0.Beta3-m1</version>
|
444 | 443 | <scope>test</scope>
|
445 | 444 | </dependency>
|
446 |
| - |
447 |
| - <!-- WebSocket client dependencies --> |
448 |
| - <dependency> |
449 |
| - <groupId>org.glassfish.tyrus</groupId> |
450 |
| - <artifactId>tyrus-client</artifactId> |
451 |
| - <version>1.13</version> |
452 |
| - <scope>test</scope> |
453 |
| - </dependency> |
454 |
| - <dependency> |
455 |
| - <groupId>org.glassfish.tyrus</groupId> |
456 |
| - <artifactId>tyrus-container-grizzly-client</artifactId> |
457 |
| - <version>1.13</version> |
458 |
| - <scope>test</scope> |
459 |
| - </dependency> |
460 | 445 | </dependencies>
|
461 | 446 |
|
462 | 447 | <build>
|
|
503 | 488 | <id>payara-embedded</id>
|
504 | 489 | <dependencies>
|
505 | 490 | <!-- Java EE based client dependencies to contact a server via WebSocket or REST -->
|
506 |
| - <dependency> |
507 |
| - <groupId>fish.payara.arquillian</groupId> |
508 |
| - <artifactId>payara-client-ee7</artifactId> |
509 |
| - </dependency> |
| 491 | + <dependency> |
| 492 | + <groupId>fish.payara.arquillian</groupId> |
| 493 | + <artifactId>payara-client-ee7</artifactId> |
| 494 | + </dependency> |
510 | 495 |
|
511 | 496 | <dependency>
|
512 | 497 | <groupId>org.jboss.arquillian.container</groupId>
|
|
533 | 518 | <id>payara-remote</id>
|
534 | 519 |
|
535 | 520 | <dependencies>
|
536 |
| - <!-- Java EE based client dependencies to contact a server via WebSocket or REST --> |
537 |
| - <dependency> |
538 |
| - <groupId>fish.payara.arquillian</groupId> |
539 |
| - <artifactId>payara-client-ee7</artifactId> |
540 |
| - </dependency> |
| 521 | + <!-- Java EE based client dependencies to contact a server via WebSocket or REST --> |
| 522 | + <dependency> |
| 523 | + <groupId>fish.payara.arquillian</groupId> |
| 524 | + <artifactId>payara-client-ee7</artifactId> |
| 525 | + </dependency> |
541 | 526 |
|
542 | 527 | <!-- The actual Arquillian connector -->
|
543 | 528 | <dependency>
|
|
0 commit comments