From ccd30c10d784e24a005f198e87fe9e26e939801a Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Wed, 5 Nov 2014 08:48:51 -0800 Subject: [PATCH] HBASE-12397 CopyTable fails to compile with the Hadoop 1 profile This was an issue affecting only the "hadoop-1.0" build profile. A discussion on dev@ determined consensus that build profile should be removed. This change removes it. --- pom.xml | 61 ------------------------------------------------------------- 1 file changed, 61 deletions(-) diff --git a/pom.xml b/pom.xml index 67063cd..2e7f15b 100644 --- a/pom.xml +++ b/pom.xml @@ -1687,67 +1687,6 @@ - - - - hadoop-1.0 - - - hadoop.profile - 1.0 - - - - hbase-hadoop1-compat - - - 1.0.4 - - ${hadoop.version} - hbase-hadoop1-compat - src/main/assembly/hadoop-one-compat.xml - - - - - org.apache.hadoop - hadoop-core - ${hadoop.version} - true - - - hsqldb - hsqldb - - - net.sf.kosmosfs - kfs - - - org.eclipse.jdt - core - - - net.java.dev.jets3t - jets3t - - - oro - oro - - - - - org.apache.hadoop - hadoop-test - ${hadoop.version} - true - test - - - - - -- 1.7.12.4 (Apple Git-37)