luoweijr opened a new issue, #3472: URL: https://github.com/apache/incubator-shenyu/issues/3472
### Question I upgrade my shenyu version from **2.3.0** to **2.5.0-SNAPSHOT**. When I start shenyu-admin, get a error as below: **No suitable driver found for jdbc:mysql://localhost:3306?useUnicode=true&characterEncoding=utf-8&useSSL=false** I check the pom.xml in parent module, the scope tag of mysql-connector-java is provided. I execute **mvn dependency:tree** in shenyu-admin module, the scope of mysql is provided too. When I delete scope tag of mysql in parent module or change scope tag in shenyu-admin module to runtime, shenyu-admin can start successfully! I am very confused.Why specify provided scope in parent module? Are there some special reasons? -- 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]
