ruanwenjun commented on pull request #5589: URL: https://github.com/apache/dolphinscheduler/pull/5589#issuecomment-854493079
@xjlgod This is caused by the dependency whose scope is test that will be omitted during transport. If you change the scope of `mysql-connector-java` in root pom.xml to compile or runtime, you can solve this problem. https://github.com/apache/dolphinscheduler/blob/75be09735a29469ef5169550239c65a5a27af3ba/pom.xml#L382-L387 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
