File tree Expand file tree Collapse file tree 2 files changed +27
-10
lines changed
Expand file tree Collapse file tree 2 files changed +27
-10
lines changed Original file line number Diff line number Diff line change 1010 <name >Java EE 7 Sample: javaee7-samples</name >
1111
1212 <properties >
13+ <arquillian .version>1.1.14.Final</arquillian .version>
1314 <java .min.version>1.7</java .min.version>
1415 <maven .min.version>3.0.0</maven .min.version>
1516 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3031 <glassfish .version>4.1.1</glassfish .version>
3132 <liberty .version>16.0.0.3</liberty .version>
3233 <wildfly .version>10.1.0.Final</wildfly .version>
33- <wildfly .swarm.version>2017.4 .0</wildfly .swarm.version>
34+ <wildfly .swarm.version>2017.11 .0</wildfly .swarm.version>
3435 <tomee .version>7.0.1</tomee .version>
3536 <tomcat .version>8.5.6</tomcat .version>
3637 </properties >
106107 <dependency >
107108 <groupId >org.jboss.arquillian</groupId >
108109 <artifactId >arquillian-bom</artifactId >
109- <version >1.1.11.Final </version >
110+ <version >${arquillian.version} </version >
110111 <scope >import</scope >
111112 <type >pom</type >
112113 </dependency >
113114 <dependency >
114115 <groupId >org.jboss.arquillian.container</groupId >
115116 <artifactId >arquillian-container-test-api</artifactId >
116- <version >1.1.11.Final </version >
117+ <version >${arquillian.version} </version >
117118 </dependency >
118119 <dependency >
119120 <groupId >org.javaee7</groupId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5-
6- <parent >
7- <artifactId >samples-parent</artifactId >
8- <groupId >org.javaee7</groupId >
9- <version >1.0-SNAPSHOT</version >
10- </parent >
115
6+ <properties >
7+ <arquillian .version>1.1.14.Final</arquillian .version>
8+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
10+ <maven .compiler.source>1.7</maven .compiler.source>
11+ <maven .compiler.target>1.7</maven .compiler.target>
12+ </properties >
13+
14+ <groupId >org.javaee7</groupId >
1215 <artifactId >test-utils</artifactId >
16+ <version >1.0-SNAPSHOT</version >
1317 <name >Java EE 7 Sample: javaee7-samples - test-utils</name >
1418
19+ <dependencyManagement >
20+ <dependencies >
21+ <dependency >
22+ <groupId >org.jboss.arquillian</groupId >
23+ <artifactId >arquillian-bom</artifactId >
24+ <version >${arquillian.version} </version >
25+ <scope >import</scope >
26+ <type >pom</type >
27+ </dependency >
28+ </dependencies >
29+ </dependencyManagement >
30+
1531 <dependencies >
1632 <dependency >
1733 <groupId >junit</groupId >
2844 </dependency >
2945 </dependencies >
3046
31- </project >
47+ </project >
You can’t perform that action at this time.
0 commit comments