You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/29 03:22:14 UTC

svn commit: r329344 - /maven/components/trunk/maven-core-it/it0016/pom.xml

Author: jvanzyl
Date: Fri Oct 28 18:22:08 2005
New Revision: 329344

URL: http://svn.apache.org/viewcvs?rev=329344&view=rev
Log:
o using javax.servlet

Modified:
    maven/components/trunk/maven-core-it/it0016/pom.xml

Modified: maven/components/trunk/maven-core-it/it0016/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0016/pom.xml?rev=329344&r1=329343&r2=329344&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0016/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0016/pom.xml Fri Oct 28 18:22:08 2005
@@ -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>