|
From: <bra...@us...> - 2011-06-25 03:40:09
|
Revision: 3480
http://archive-access.svn.sourceforge.net/archive-access/?rev=3480&view=rev
Author: bradtofel
Date: 2011-06-25 03:40:03 +0000 (Sat, 25 Jun 2011)
Log Message:
-----------
Added Hadoop reference - needed for new HDFS block loader implementation
Modified Paths:
--------------
trunk/archive-access/projects/wayback/wayback-core/pom.xml
Modified: trunk/archive-access/projects/wayback/wayback-core/pom.xml
===================================================================
--- trunk/archive-access/projects/wayback/wayback-core/pom.xml 2011-06-24 13:31:21 UTC (rev 3479)
+++ trunk/archive-access/projects/wayback/wayback-core/pom.xml 2011-06-25 03:40:03 UTC (rev 3480)
@@ -70,6 +70,16 @@
<groupId>com.flagstone</groupId>
<artifactId>transform</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|