shenyi0828 commented on issue #2746:
URL: 
https://github.com/apache/incubator-streampark/issues/2746#issuecomment-2078577392

   I don't think streampark can resovle maven dependency in depth.  
   When I have 
   `<!-- 
https://mvnrepository.com/artifact/com.ververica/flink-connector-mysql-cdc -->
   <dependency>
       <groupId>com.ververica</groupId>
       <artifactId>flink-connector-mysql-cdc</artifactId>
       <version>2.3.0</version>
   </dependency>`
   
   MavenTool.scala will only resolve 1st depth deps, which are
   `flink-connector-debezium`, `debezium-connector-mysql` .  Stop digging 
further deps.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to