Update servlet dependency ids with latest conventions

This commit is contained in:
Carlos Sanchez 2005-07-24 06:12:38 +00:00
parent f650289142
commit 71e35de986
1 changed files with 6 additions and 8 deletions

View File

@ -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>