Skip to content

Commit

Permalink
[KYUUBI #2478][FOLLOWUP] Fix junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Jul 11, 2022
1 parent 480dbab commit f006202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kyuubi-hive-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

<properties>
<!-- only used in kyuubi-hive-jdbc module -->
<junit.version>4.13.1</junit.version>
<mockito-all.version>1.9.5</mockito-all.version>
</properties>

Expand Down Expand Up @@ -221,7 +220,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<jersey.version>2.34</jersey.version>
<jetty.version>9.4.41.v20210516</jetty.version>
<jline.version>0.9.94</jline.version>
<junit.version>4.13.1</junit.version>
<kubernetes-client.version>5.12.1</kubernetes-client.version>
<ldapsdk.version>5.1.4</ldapsdk.version>
<log4j.version>2.17.2</log4j.version>
Expand Down Expand Up @@ -882,6 +883,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
Expand Down

0 comments on commit f006202

Please sign in to comment.