[jbosscache-commits] JBoss Cache SVN: r5453 - amazon-s3/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Mar 19 20:25:56 EDT 2008


Author: genman
Date: 2008-03-19 20:25:56 -0400 (Wed, 19 Mar 2008)
New Revision: 5453

Modified:
   amazon-s3/trunk/pom.xml
Log:
Reference repository for http lib

Modified: amazon-s3/trunk/pom.xml
===================================================================
--- amazon-s3/trunk/pom.xml	2008-03-20 00:05:23 UTC (rev 5452)
+++ amazon-s3/trunk/pom.xml	2008-03-20 00:25:56 UTC (rev 5453)
@@ -30,6 +30,12 @@
       </plugin>
     </plugins>
   </build>
+  <repositories>
+      <repository>
+         <id>e-xml.sourceforge.net</id>
+         <url>http://e-xml.sourceforge.net/maven2/repository</url>
+      </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -51,7 +57,7 @@
     <dependency>
       <groupId>net.noderunner</groupId>
       <artifactId>http</artifactId>
-      <version>1.0</version>
+      <version>1.0.1</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -66,9 +72,9 @@
       <version>3.0.1</version>
     </dependency>
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.0.1</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>




More information about the jbosscache-commits mailing list