File tree Expand file tree Collapse file tree 1 file changed +26
-6
lines changed Expand file tree Collapse file tree 1 file changed +26
-6
lines changed Original file line number Diff line number Diff line change 55 it provides a base class for unit tests
66 -->
77 <modelVersion >4.0.0</modelVersion >
8-
9- <parent >
10- <groupId >org.javaee7</groupId >
11- <artifactId >jaspic</artifactId >
12- <version >1.0-SNAPSHOT</version >
13- </parent >
148
9+ <groupId >org.javaee7</groupId >
1510 <artifactId >jaspic-common</artifactId >
11+ <version >1.0-SNAPSHOT</version >
1612
1713 <packaging >jar</packaging >
1814 <name >Java EE 7 Sample: jaspic - common</name >
15+
16+ <properties >
17+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18+ <maven .compiler.source>1.7</maven .compiler.source>
19+ <maven .compiler.target>1.7</maven .compiler.target>
20+ </properties >
21+
22+ <dependencyManagement >
23+ <dependencies >
24+ <dependency >
25+ <groupId >org.jboss.arquillian</groupId >
26+ <artifactId >arquillian-bom</artifactId >
27+ <version >1.1.14.Final</version >
28+ <scope >import</scope >
29+ <type >pom</type >
30+ </dependency >
31+ </dependencies >
32+ </dependencyManagement >
1933
2034 <dependencies >
35+ <dependency >
36+ <groupId >javax</groupId >
37+ <artifactId >javaee-api</artifactId >
38+ <version >7.0</version >
39+ <scope >provided</scope >
40+ </dependency >
2141 <dependency >
2242 <groupId >org.jboss.arquillian.junit</groupId >
2343 <artifactId >arquillian-junit-container</artifactId >
You can’t perform that action at this time.
0 commit comments