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

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> </properties>
</dependency> </dependency>
<dependency> <dependency>
<groupId>servletapi</groupId> <groupId>javax.servlet</groupId>
<artifactId>servletapi</artifactId> <artifactId>servlet-api</artifactId>
<version>2.4-20040521</version> <version>2.4</version>
<type>jar</type>
<url>http://java.sun.com/products/servlet</url> <url>http://java.sun.com/products/servlet</url>
</dependency> </dependency>
<dependency> <dependency>
@ -330,10 +329,9 @@
<type>plugin</type> <type>plugin</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jspapi</groupId> <groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId> <artifactId>jsp-api</artifactId>
<version>2.0-20040521</version> <version>2.0</version>
<type>jar</type>
<url>http://java.sun.com/products/jsp</url> <url>http://java.sun.com/products/jsp</url>
<properties> <properties>
<war.bundle>false</war.bundle> <war.bundle>false</war.bundle>