Skip to content

Commit

Permalink
[FLINK-21006] Fix hbase 1.4 tests on Hadoop 3.x
Browse files Browse the repository at this point in the history
This closes apache#14770
  • Loading branch information
rmetzger committed Jan 27, 2021
1 parent beae8e7 commit dac3e72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flink-connectors/flink-connector-hbase-1.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ under the License.
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit dac3e72

Please sign in to comment.