Skip to content

Commit

Permalink
[hotfix] Fix missing flink-end-to-end-tests-jdbc-driver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski committed Feb 29, 2024
1 parent 322a841 commit 06fdc01
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests-common</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-sql-jdbc-driver-bundle</artifactId>
Expand Down

0 comments on commit 06fdc01

Please sign in to comment.