Skip to content

Commit

Permalink
add driver
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Jul 23, 2024
1 parent 56460f6 commit e9d316c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flink-doris-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,20 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<!-- add drivers for FLINK-35055 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.ojdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.3.0.0</version>
<scope>provided</scope>
</dependency>
<!-- flink cdc end -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web</artifactId>
Expand Down

0 comments on commit e9d316c

Please sign in to comment.