kalencaya commented on issue #1463:
URL: 
https://github.com/apache/incubator-seatunnel/issues/1463#issuecomment-1066434653


   `FLINK_HOME/lib` provides Flink core dependencies, which not includes 
connectors released by Flink. Flink job jar has to provide needed connector and 
user-jar dependencies.
   
   It is reasonable for flink core dependencies within `provided` scope and 
connector dependencies within default `compile` scope.
   
   After I checked other flink connector dependency such as 
`flink-connector-kafka` and `flink-connector-elasticsearch6`, which already in 
default `compile` scope, `flink-connector-jdbc` within `provided` scope may be 
an unnoticed mistake.


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