This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c9ccf9  PARQUET-1696: Remove unused hadoop-1 profile (#701)
2c9ccf9 is described below

commit 2c9ccf9cdf67b460ffbd97ed547963b81fb11a69
Author: Ismaël Mejía <[email protected]>
AuthorDate: Tue Dec 31 16:54:53 2019 +0100

    PARQUET-1696: Remove unused hadoop-1 profile (#701)
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cf52d0..e837d8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,6 @@
     <jackson-databind.version>2.9.10</jackson-databind.version>
     <shade.prefix>shaded.parquet</shade.prefix>
     <hadoop.version>2.7.3</hadoop.version>
-    <hadoop1.version>1.2.1</hadoop1.version>
     <cascading.version>2.7.1</cascading.version>
     <cascading3.version>3.1.2</cascading3.version>
     <parquet.format.version>2.7.0</parquet.format.version>
@@ -150,13 +149,6 @@
       <version>3.4</version>
       <scope>test</scope>
     </dependency>
-    <!-- hadoop-1 requires the old httpclient for testing -->
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>3.1</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <reporting>
@@ -580,21 +572,6 @@
     </profile>
 
     <profile>
-      <id>hadoop-1</id>
-      <activation>
-        <property>
-          <name>hadoop.profile</name>
-          <value>hadoop1</value>
-        </property>
-      </activation>
-      <properties>
-        <!-- test hadoop-1 with the same jars that were produced for default 
profile -->
-        <maven.main.skip>true</maven.main.skip>
-        <hadoop.version>${hadoop1.version}</hadoop.version>
-        <pig.classifier />
-      </properties>
-    </profile>
-    <profile>
       <id>thrift9</id>
       <properties>
         <thrift.version>0.9.0</thrift.version>

Reply via email to