Skip to content

Commit

Permalink
HADOOP-18315. Fix 3.3 build problems caused by backport of HADOOP-11867.
Browse files Browse the repository at this point in the history
  • Loading branch information
omalley committed Jun 29, 2022
1 parent c517b08 commit 11531d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1723,17 +1723,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>${hbase.version}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hadoop-tools/hadoop-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-project</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.3.9-SNAPSHOT</version>
<relativePath>../../hadoop-project/pom.xml</relativePath>
</parent>
<artifactId>hadoop-benchmark</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.3.9-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Apache Hadoop Common Benchmark</name>
Expand Down

0 comments on commit 11531d5

Please sign in to comment.