Skip to content

Commit

Permalink
[KYUUBI #5464] fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjunbo committed Nov 10, 2023
1 parent ff0f30a commit cdf820d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration-tests/kyuubi-jdbc-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
<artifactId>testcontainers-scala-mysql_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit cdf820d

Please sign in to comment.