Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 65483ef

Browse files
author
Arun Gupta
committed
Moving to b80
Former-commit-id: 2587af7b14ed036af173e2e4f1fa30649b6d258c
1 parent 2290d8c commit 65483ef

1 file changed

Lines changed: 2 additions & 37 deletions

File tree

  • samples/servlet/protocol-handler

samples/servlet/protocol-handler/pom.xml

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,14 @@
1010
<name>protocol-handler</name>
1111

1212
<properties>
13-
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
1413
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1514
</properties>
1615

1716
<dependencies>
18-
<dependency>
19-
<groupId>javax.servlet</groupId>
20-
<artifactId>javax.servlet-api</artifactId>
21-
<version>3.1-b04</version>
22-
</dependency>
23-
2417
<dependency>
2518
<groupId>javax</groupId>
26-
<artifactId>javaee-web-api</artifactId>
27-
<version>6.0</version>
19+
<artifactId>javaee-api</artifactId>
20+
<version>7.0-b80</version>
2821
<scope>provided</scope>
2922
</dependency>
3023
</dependencies>
@@ -38,9 +31,6 @@
3831
<configuration>
3932
<source>1.7</source>
4033
<target>1.7</target>
41-
<compilerArguments>
42-
<endorseddirs>${endorsed.dir}</endorseddirs>
43-
</compilerArguments>
4434
</configuration>
4535
</plugin>
4636
<plugin>
@@ -51,31 +41,6 @@
5141
<failOnMissingWebXml>false</failOnMissingWebXml>
5242
</configuration>
5343
</plugin>
54-
<plugin>
55-
<groupId>org.apache.maven.plugins</groupId>
56-
<artifactId>maven-dependency-plugin</artifactId>
57-
<version>2.1</version>
58-
<executions>
59-
<execution>
60-
<phase>validate</phase>
61-
<goals>
62-
<goal>copy</goal>
63-
</goals>
64-
<configuration>
65-
<outputDirectory>${endorsed.dir}</outputDirectory>
66-
<silent>true</silent>
67-
<artifactItems>
68-
<artifactItem>
69-
<groupId>javax</groupId>
70-
<artifactId>javaee-endorsed-api</artifactId>
71-
<version>6.0</version>
72-
<type>jar</type>
73-
</artifactItem>
74-
</artifactItems>
75-
</configuration>
76-
</execution>
77-
</executions>
78-
</plugin>
7944
</plugins>
8045
</build>
8146

0 commit comments

Comments
 (0)