You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ha...@apache.org on 2007/05/30 00:33:00 UTC

svn commit: r542684 - /maven/sandbox/trunk/enterprise/enterprise-web/pom.xml

Author: handyande
Date: Tue May 29 15:32:59 2007
New Revision: 542684

URL: http://svn.apache.org/viewvc?view=rev&rev=542684
Log:
Use the corrected plexus-webdav to stop servlet api clashes

Modified:
    maven/sandbox/trunk/enterprise/enterprise-web/pom.xml

Modified: maven/sandbox/trunk/enterprise/enterprise-web/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/enterprise/enterprise-web/pom.xml?view=diff&rev=542684&r1=542683&r2=542684
==============================================================================
--- maven/sandbox/trunk/enterprise/enterprise-web/pom.xml (original)
+++ maven/sandbox/trunk/enterprise/enterprise-web/pom.xml Tue May 29 15:32:59 2007
@@ -21,7 +21,13 @@
     <dependency>
       <groupId>org.codehaus.plexus.webdav</groupId>
       <artifactId>plexus-webdav-simple</artifactId>
-      <version>1.0-alpha-2</version>
+      <version>1.0-alpha-3-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.3</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus.redback</groupId>
@@ -84,7 +90,7 @@
     <redbackVersion>1.0-alpha-2-SNAPSHOT</redbackVersion>
   </properties>
 
-  <!-- we need this for latest redback snapshots -->
+  <!-- we need this for latest redback and webdav snapshots -->
   <repositories>
     <repository>
       <id>codehaus.snapshots</id>