Skip to content

Commit 6b4bfaf

Browse files
committed
- Cleanup in hadoop-2.x profiles since they contained mostly redundant stuff.
1 parent 7e9955d commit 6b4bfaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,25 +1647,25 @@
16471647
<id>hadoop-2.3</id>
16481648
<properties>
16491649
<hadoop.version>2.3.0</hadoop.version>
1650-
<protobuf.version>2.5.0</protobuf.version>
1650+
<protobuf.version>${protobuf.version}</protobuf.version>
16511651
<jets3t.version>0.9.3</jets3t.version>
1652-
<hbase.version>0.98.7-hadoop2</hbase.version>
1652+
<hbase.version>${hbase.version}</hbase.version>
16531653
<commons.math3.version>3.1.1</commons.math3.version>
16541654
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
1655-
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
1655+
<codehaus.jackson.version>${codehaus.jackson.version}</codehaus.jackson.version>
16561656
</properties>
16571657
</profile>
16581658

16591659
<profile>
16601660
<id>hadoop-2.4</id>
16611661
<properties>
16621662
<hadoop.version>2.4.0</hadoop.version>
1663-
<protobuf.version>2.5.0</protobuf.version>
1663+
<protobuf.version>${protobuf.version}</protobuf.version>
16641664
<jets3t.version>0.9.3</jets3t.version>
1665-
<hbase.version>0.98.7-hadoop2</hbase.version>
1665+
<hbase.version>${hbase.version}</hbase.version>
16661666
<commons.math3.version>3.1.1</commons.math3.version>
16671667
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
1668-
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
1668+
<codehaus.jackson.version>${codehaus.jackson.version}</codehaus.jackson.version>
16691669
</properties>
16701670
</profile>
16711671

0 commit comments

Comments
 (0)