Blob Blame History Raw
--- wagon-providers/wagon-http-lightweight/pom.xml.sav	2006-12-12 22:51:47.000000000 +0100
+++ wagon-providers/wagon-http-lightweight/pom.xml	2007-03-15 10:21:29.000000000 +0100
@@ -19,9 +19,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-shared</artifactId>
-      <version>${pom.version}</version>
+      <version>1.0-beta-2</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
@@ -40,5 +40,17 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>jetty</groupId>
+      <artifactId>jetty</artifactId>
+      <version>4.2.10</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>servletapi</groupId>
+      <artifactId>servletapi</artifactId>
+      <version>2.3</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>