o using javax.servlet

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329344 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-29 01:22:08 +00:00
parent 9b8009fe2d
commit d33fea54f0
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
<dependencies>
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.3</version>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>