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/26 01:34:10 UTC

[GitHub] [incubator-seatunnel] dinggege1024 commented on a diff in pull request #2255: Add jdbc connector e2e test

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


##########
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:
   > 
   
   Hi would show me the e.g. clickhouse project code path?



-- 
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