Skip to content

Commit ec12da8

Browse files
authored
Merge pull request #11 from jGauravGupta/JAVAEE8-UPDATE
Java EE 8 - maven dependency added
2 parents 1ddfa41 + 104d4bb commit ec12da8

File tree

1 file changed

+3
-63
lines changed

1 file changed

+3
-63
lines changed

pom.xml

Lines changed: 3 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -127,73 +127,13 @@
127127

128128
<dependencies>
129129

130-
<!-- The Java EE 8 API, which is the main and only API which this project is
131-
providing samples for.
132-
133-
(Since not released yet, temporarily uses constitute spec APIs)
134-
-->
135-
<dependency>
136-
<groupId>javax.servlet</groupId>
137-
<artifactId>javax.servlet-api</artifactId>
138-
<version>4.0.0</version>
139-
<scope>provided</scope>
140-
</dependency>
141-
142-
<dependency>
143-
<groupId>javax.faces</groupId>
144-
<artifactId>javax.faces-api</artifactId>
145-
<version>2.3</version>
146-
<scope>provided</scope>
147-
</dependency>
148-
149130
<dependency>
150-
<groupId>javax.security.enterprise</groupId>
151-
<artifactId>javax.security.enterprise-api</artifactId>
152-
<version>1.0</version>
153-
<scope>provided</scope>
154-
</dependency>
155-
156-
<dependency>
157-
<groupId>javax.enterprise</groupId>
158-
<artifactId>cdi-api</artifactId>
159-
<version>2.0</version>
160-
<scope>provided</scope>
161-
</dependency>
162-
163-
<dependency>
164-
<groupId>org.eclipse.persistence</groupId>
165-
<artifactId>javax.persistence</artifactId>
166-
<version>2.2.0</version>
131+
<groupId>javax</groupId>
132+
<artifactId>javaee-api</artifactId>
133+
<version>8.0</version>
167134
<scope>provided</scope>
168135
</dependency>
169136

170-
<dependency>
171-
<groupId>javax.ws.rs</groupId>
172-
<artifactId>javax.ws.rs-api</artifactId>
173-
<version>2.1</version>
174-
<scope>provided</scope>
175-
</dependency>
176-
177-
<dependency>
178-
<groupId>javax.json.bind</groupId>
179-
<artifactId>javax.json.bind-api</artifactId>
180-
<version>1.0</version>
181-
<scope>provided</scope>
182-
</dependency>
183-
184-
<dependency>
185-
<groupId>javax.json</groupId>
186-
<artifactId>javax.json-api</artifactId>
187-
<version>1.1</version>
188-
<scope>provided</scope>
189-
</dependency>
190-
191-
<dependency>
192-
<groupId>javax.annotation</groupId>
193-
<artifactId>javax.annotation-api</artifactId>
194-
<version>1.3</version>
195-
</dependency>
196-
197137
<!-- Test dependencies which can be used in sub-modules -->
198138

199139
<dependency>

0 commit comments

Comments
 (0)