You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/07/25 07:44:57 UTC

[GitHub] [incubator-seatunnel] ruanwenjun commented on a diff in pull request #2255: add jdbc e2e test

ruanwenjun commented on code in PR #2255:
URL: https://github.com/apache/incubator-seatunnel/pull/2255#discussion_r928564470


##########
seatunnel-core/seatunnel-flink-starter/pom.xml:
##########
@@ -103,6 +103,17 @@
             <artifactId>junit</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>mysql</groupId>
+            <artifactId>mysql-connector-java</artifactId>
+            <scope>compile</scope>
+        </dependency>

Review Comment:
   Yes, we cannot use mysql.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org