Changed to reference servletapi artifacts that are in the repository (2.3), or exclude servlet-api-2.4.*

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-10-28 20:18:46 +00:00
parent 61d5fc6cf4
commit f8bfe26de7
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.4-20040521</version>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -9,6 +9,12 @@
<groupId>marmalade</groupId>
<artifactId>marmalade-el-commons</artifactId>
<version>1.0-alpha-2</version>
<exclusions>
<exclusion>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>