diff --git a/commons/pom.xml b/commons/pom.xml index 66b60e88..b4d2244c 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -26,7 +26,6 @@ org.apache.httpcomponents httpclient - 4.3.3 com.sleepycat diff --git a/contrib/pom.xml b/contrib/pom.xml index 23e02519..9ecbdffd 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -18,6 +18,12 @@ org.apache.hbase hbase-client 0.96.1.1-cdh5.0.2 + + + jets3t + net.java.dev.jets3t + + org.archive.heritrix @@ -41,6 +47,12 @@ itextpdf 5.5.0 + + org.easymock + easymock + 3.1 + test + diff --git a/pom.xml b/pom.xml index e67d61b1..ddb2f121 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,12 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html engine ${project.version} + + + org.apache.httpcomponents + httpclient + 4.3.3 +