rockfang commented on issue #9860: URL: https://github.com/apache/dolphinscheduler/issues/9860#issuecomment-1114314734
I changed the `mysql-connector-java` dependency scope front 'test' to 'compile', it workd. [pom.xml](https://github.com/apache/dolphinscheduler/blob/f9f91000fd69caa8f70a9ea12993f7c432d6d30b/pom.xml#L557). The doc suggests us to use 'compile' only when we use mysql as DS metabase, but the DataSource Module should be independent of DS metabase. So changed `mysql-connector-java` to 'compile' may be reasonable. -- 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]
