Update POMs for newly imported Wayback-dedup module.

lock httpclient version to 4.3.3 stated by
	heritrix-commons. have to exclude hadoop’s
	dependency on jets3t 0.9.0 as it pulls in		httpcore 4.1.2.
	add easy mock 3.1 to heritrix-contrib.
This commit is contained in:
Kenji Nagahashi
2014-08-25 16:44:48 -07:00
parent 651de1584d
commit bb511796ec
3 changed files with 18 additions and 1 deletions
-1
View File
@@ -26,7 +26,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.3</version>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
+12
View File
@@ -18,6 +18,12 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>0.96.1.1-cdh5.0.2</version>
<exclusions>
<exclusion>
<artifactId>jets3t</artifactId>
<groupId>net.java.dev.jets3t</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.archive.heritrix</groupId>
@@ -41,6 +47,12 @@
<artifactId>itextpdf</artifactId>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
+6
View File
@@ -118,6 +118,12 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<artifactId>engine</artifactId>
<version>${project.version}</version>
</dependency>
<!-- lock httpclient version -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.3</version>
</dependency>
</dependencies>
</dependencyManagement>