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/24 10:02:58 UTC

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

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


##########
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:
   But if I don't use mysql in the compiler step,it can not find jdbc driver.



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