Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqqq11 committed Jun 29, 2023
1 parent 87f9944 commit 3f910e4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<artifactId>connector-cdc-mongodb-e2e</artifactId>
<name>SeaTunnel : E2E : Connector V2 : CDC Mongodb</name>

<properties>
<mysql.version>8.0.16</mysql.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.seatunnel</groupId>
Expand Down Expand Up @@ -57,5 +61,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 3f910e4

Please sign in to comment.