Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Jul 23, 2024
1 parent e9d316c commit 3c6160b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flink-doris-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ under the License.
<junit.version>4.12</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<jsqlparser.version>4.9</jsqlparser.version>
<mysql.driver.version>8.0.26</mysql.driver.version>
<ojdbc.version>19.3.0.0</ojdbc.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -301,13 +303,13 @@ under the License.
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.26</version>
<version>${mysql.driver.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle.ojdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.3.0.0</version>
<version>${ojdbc.version}</version>
<scope>provided</scope>
</dependency>
<!-- flink cdc end -->
Expand Down

0 comments on commit 3c6160b

Please sign in to comment.