Update servlet dependency ids with latest conventions
This commit is contained in:
parent
f650289142
commit
71e35de986
14
project.xml
14
project.xml
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* ========================================================================
|
||||
*
|
||||
|
@ -212,10 +212,9 @@
|
|||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>servletapi</groupId>
|
||||
<artifactId>servletapi</artifactId>
|
||||
<version>2.4-20040521</version>
|
||||
<type>jar</type>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.4</version>
|
||||
<url>http://java.sun.com/products/servlet</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -330,10 +329,9 @@
|
|||
<type>plugin</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jspapi</groupId>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>jsp-api</artifactId>
|
||||
<version>2.0-20040521</version>
|
||||
<type>jar</type>
|
||||
<version>2.0</version>
|
||||
<url>http://java.sun.com/products/jsp</url>
|
||||
<properties>
|
||||
<war.bundle>false</war.bundle>
|
||||
|
|
Loading…
Reference in New Issue