This repository was archived by the owner on Jan 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
samples/servlet/protocol-handler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments