Author: ogusakov
Date: Thu Sep 25 11:50:40 2008
New Revision: 699052

URL: http://svn.apache.org/viewvc?rev=699052&view=rev
Log:
syncyng my version to try in Hudson

Modified:
    maven/components/branches/2.2.0-M1-MNG-3759/maven-core/pom.xml

Modified: maven/components/branches/2.2.0-M1-MNG-3759/maven-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/2.2.0-M1-MNG-3759/maven-core/pom.xml?rev=699052&r1=699051&r2=699052&view=diff
==============================================================================
--- maven/components/branches/2.2.0-M1-MNG-3759/maven-core/pom.xml (original)
+++ maven/components/branches/2.2.0-M1-MNG-3759/maven-core/pom.xml Thu Sep 25 
11:50:40 2008
@@ -54,7 +54,19 @@
       <artifactId>wagon-mercury</artifactId>
       <scope>runtime</scope>
     </dependency>
-<!--     
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-http</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-util</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+<!-- 
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-webdav-jackrabbit</artifactId>


Reply via email to