Skip to content

Commit

Permalink
[KYUUBI apache#1652] Fix missing minicluster
Browse files Browse the repository at this point in the history
  • Loading branch information
link3280 committed Apr 2, 2023
1 parent 412c345 commit 7581a2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externals/kyuubi-flink-sql-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
<artifactId>flink-test-utils</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-minicluster</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 7581a2a

Please sign in to comment.