|
23 | 23 | <skipJSF>${skipTests}</skipJSF>
|
24 | 24 | <skipJACC>${skipTests}</skipJACC>
|
25 | 25 |
|
26 |
| - <!-- Application Server versions (these are downloaded and installed |
| 26 | + <!-- Application Server versions (these are downloaded and installed |
27 | 27 | in these versions by Maven for the CI profiles) -->
|
28 |
| - <payara.version>5.182</payara.version> |
29 |
| - <payara.micro.version>5.182</payara.micro.version> |
30 |
| - <glassfish.version>4.1.1</glassfish.version> |
31 |
| - <tomcat.version>9.0.10</tomcat.version> |
| 28 | + <payara.version>5.183</payara.version> |
| 29 | + <payara.micro.version>5.183</payara.micro.version> |
| 30 | + <glassfish.version>5.0</glassfish.version> |
| 31 | + <tomcat.version>9.0.12</tomcat.version> |
32 | 32 | </properties>
|
33 | 33 |
|
34 | 34 | <repositories>
|
|
44 | 44 | <snapshots>
|
45 | 45 | <enabled>false</enabled>
|
46 | 46 | </snapshots>
|
47 |
| - </repository> |
48 |
| - |
49 |
| - <repository> |
50 |
| - <id>payara-milestones</id> |
51 |
| - <name>Payara Milestones</name> |
52 |
| - <url>https://raw.github.com/payara/Payara_PatchedProjects/master</url> |
53 |
| - <releases> |
54 |
| - <enabled>true</enabled> |
55 |
| - </releases> |
56 |
| - <snapshots> |
57 |
| - <enabled>false</enabled> |
58 |
| - </snapshots> |
59 |
| - </repository> |
| 47 | + </repository> |
| 48 | + |
| 49 | + <repository> |
| 50 | + <id>payara-milestones</id> |
| 51 | + <name>Payara Milestones</name> |
| 52 | + <url>https://raw.github.com/payara/Payara_PatchedProjects/master</url> |
| 53 | + <releases> |
| 54 | + <enabled>true</enabled> |
| 55 | + </releases> |
| 56 | + <snapshots> |
| 57 | + <enabled>false</enabled> |
| 58 | + </snapshots> |
| 59 | + </repository> |
60 | 60 |
|
61 | 61 | <repository>
|
62 | 62 | <id>ossrh</id>
|
|
96 | 96 | </repositories>
|
97 | 97 |
|
98 | 98 |
|
99 |
| - <!-- The Java EE 8 specs that this project is providing samples for. |
| 99 | + <!-- The Java EE 8 specs that this project is providing samples for. |
100 | 100 | Each spec is represented by one module. "test-utils" is a helper module. -->
|
101 | 101 | <modules>
|
102 | 102 | <module>test-utils</module>
|
|
111 | 111 | <module>json-p</module>
|
112 | 112 | </modules>
|
113 | 113 |
|
114 |
| - <dependencyManagement> |
115 |
| - <dependencies> |
116 |
| - <dependency> |
117 |
| - <groupId>org.jboss.arquillian</groupId> |
118 |
| - <artifactId>arquillian-bom</artifactId> |
119 |
| - <version>1.3.0.Final</version> |
120 |
| - <scope>import</scope> |
121 |
| - <type>pom</type> |
122 |
| - </dependency> |
123 |
| - <dependency> |
124 |
| - <groupId>org.jboss.arquillian.container</groupId> |
125 |
| - <artifactId>arquillian-container-test-api</artifactId> |
126 |
| - <version>1.3.0.Final</version> |
127 |
| - </dependency> |
128 |
| - <dependency> |
129 |
| - <groupId>com.h2database</groupId> |
130 |
| - <artifactId>h2</artifactId> |
131 |
| - <version>1.4.196</version> |
132 |
| - </dependency> |
133 |
| - <dependency> |
134 |
| - <groupId>fish.payara.arquillian</groupId> |
135 |
| - <artifactId>payara-client-ee8</artifactId> |
136 |
| - <version>1.0.Beta3-m1</version> |
137 |
| - <scope>test</scope> |
138 |
| - </dependency> |
139 |
| - </dependencies> |
140 |
| - </dependencyManagement> |
| 114 | + <dependencyManagement> |
| 115 | + <dependencies> |
| 116 | + <dependency> |
| 117 | + <groupId>org.jboss.arquillian</groupId> |
| 118 | + <artifactId>arquillian-bom</artifactId> |
| 119 | + <version>1.4.1.Final</version> |
| 120 | + <scope>import</scope> |
| 121 | + <type>pom</type> |
| 122 | + </dependency> |
| 123 | + <dependency> |
| 124 | + <groupId>org.jboss.arquillian.container</groupId> |
| 125 | + <artifactId>arquillian-container-test-api</artifactId> |
| 126 | + <version>1.4.1.Final</version> |
| 127 | + </dependency> |
| 128 | + <dependency> |
| 129 | + <groupId>com.h2database</groupId> |
| 130 | + <artifactId>h2</artifactId> |
| 131 | + <version>1.4.197</version> |
| 132 | + </dependency> |
| 133 | + <dependency> |
| 134 | + <groupId>fish.payara.arquillian</groupId> |
| 135 | + <artifactId>payara-client-ee8</artifactId> |
| 136 | + <version>1.0.Beta3</version> |
| 137 | + <scope>test</scope> |
| 138 | + </dependency> |
| 139 | + </dependencies> |
| 140 | + </dependencyManagement> |
141 | 141 |
|
142 | 142 |
|
143 | 143 | <dependencies>
|
|
348 | 348 | <activeByDefault>true</activeByDefault>
|
349 | 349 | </activation>
|
350 | 350 |
|
351 |
| - <dependencies> |
352 |
| - <dependency> |
353 |
| - <groupId>fish.payara.arquillian</groupId> |
354 |
| - <artifactId>payara-client-ee8</artifactId> |
355 |
| - </dependency> |
356 |
| - |
357 |
| - <!-- The actual Arquillian connector --> |
358 |
| - <dependency> |
359 |
| - <groupId>fish.payara.arquillian</groupId> |
360 |
| - <artifactId>arquillian-payara-server-4-managed</artifactId> |
361 |
| - <version>1.0.Beta3-m1</version> |
362 |
| - <scope>test</scope> |
363 |
| - </dependency> |
364 |
| - </dependencies> |
| 351 | + <dependencies> |
| 352 | + <dependency> |
| 353 | + <groupId>fish.payara.arquillian</groupId> |
| 354 | + <artifactId>payara-client-ee8</artifactId> |
| 355 | + </dependency> |
| 356 | + |
| 357 | + <!-- The actual Arquillian connector --> |
| 358 | + <dependency> |
| 359 | + <groupId>fish.payara.arquillian</groupId> |
| 360 | + <artifactId>arquillian-payara-server-4-managed</artifactId> |
| 361 | + <version>1.0.Beta3-m3</version> |
| 362 | + <scope>test</scope> |
| 363 | + </dependency> |
| 364 | + </dependencies> |
365 | 365 |
|
366 | 366 | <build>
|
367 | 367 | <plugins>
|
|
477 | 477 | <id>payara-remote</id>
|
478 | 478 |
|
479 | 479 | <dependencies>
|
480 |
| - <dependency> |
481 |
| - <groupId>fish.payara.arquillian</groupId> |
482 |
| - <artifactId>payara-client-ee8</artifactId> |
483 |
| - </dependency> |
| 480 | + <dependency> |
| 481 | + <groupId>fish.payara.arquillian</groupId> |
| 482 | + <artifactId>payara-client-ee8</artifactId> |
| 483 | + </dependency> |
484 | 484 |
|
485 | 485 | <!-- The actual Arquillian connector -->
|
486 | 486 | <dependency>
|
487 | 487 | <groupId>fish.payara.arquillian</groupId>
|
488 | 488 | <artifactId>arquillian-payara-server-4-remote</artifactId>
|
489 |
| - <version>1.0.Beta3-m1</version> |
| 489 | + <version>1.0.Beta3-m3</version> |
490 | 490 | <scope>test</scope>
|
491 | 491 | </dependency>
|
492 | 492 | </dependencies>
|
|
519 | 519 | <groupId>fish.payara.arquillian</groupId>
|
520 | 520 | <artifactId>payara-client-ee8</artifactId>
|
521 | 521 | </dependency>
|
522 |
| - |
| 522 | + |
523 | 523 | <!-- The Arquillian connector -->
|
524 | 524 | <dependency>
|
525 | 525 | <groupId>fish.payara.arquillian</groupId>
|
526 |
| - <artifactId>arquillian-payara-micro-5-managed</artifactId> |
527 |
| - <version>1.0.Beta3-m2</version> |
| 526 | + <artifactId>arquillian-payara-micro-5-managed</artifactId> |
| 527 | + <version>1.0.Beta3-m4</version> |
528 | 528 | <scope>test</scope>
|
529 | 529 | </dependency>
|
530 | 530 | </dependencies>
|
|
568 | 568 | </plugins>
|
569 | 569 | </build>
|
570 | 570 | </profile>
|
571 |
| - |
| 571 | + |
572 | 572 |
|
573 | 573 |
|
574 | 574 |
|
|
610 | 610 | <dependency>
|
611 | 611 | <groupId>org.jboss.arquillian.container</groupId>
|
612 | 612 | <artifactId>arquillian-glassfish-embedded-3.1</artifactId>
|
613 |
| - <version>1.0.0.CR4</version> |
| 613 | + <version>1.0.2</version> |
614 | 614 | <scope>test</scope>
|
615 | 615 | </dependency>
|
616 | 616 | </dependencies>
|
|
670 | 670 | <dependency>
|
671 | 671 | <groupId>org.jboss.arquillian.container</groupId>
|
672 | 672 | <artifactId>arquillian-glassfish-remote-3.1</artifactId>
|
673 |
| - <version>1.0.0.CR4</version> |
| 673 | + <version>1.0.2</version> |
674 | 674 | <scope>test</scope>
|
675 | 675 | </dependency>
|
676 | 676 | </dependencies>
|
|
717 | 717 | <dependency>
|
718 | 718 | <groupId>org.jboss.arquillian.container</groupId>
|
719 | 719 | <artifactId>arquillian-tomcat-remote-7</artifactId>
|
720 |
| - <version>1.0.1.Final</version> |
| 720 | + <version>1.1.0.Final</version> |
721 | 721 | <scope>test</scope>
|
722 | 722 | </dependency>
|
723 | 723 | </dependencies>
|
|
777 | 777 | <dependency>
|
778 | 778 | <groupId>org.jboss.arquillian.container</groupId>
|
779 | 779 | <artifactId>arquillian-tomcat-managed-7</artifactId>
|
780 |
| - <version>1.0.1.Final</version> |
| 780 | + <version>1.1.0.Final</version> |
781 | 781 | <scope>test</scope>
|
782 | 782 | </dependency>
|
783 | 783 | </dependencies>
|
|
0 commit comments