You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/10/26 11:56:41 UTC

[GitHub] [shardingsphere] TeslaCN commented on a change in pull request #13227: Exception occurs when Changing /meta/scheamName/dataSources/ config in registry.

TeslaCN commented on a change in pull request #13227:
URL: https://github.com/apache/shardingsphere/pull/13227#discussion_r736457418



##########
File path: shardingsphere-infra/shardingsphere-infra-common/pom.xml
##########
@@ -69,6 +69,7 @@
         <dependency>
             <groupId>com.zaxxer</groupId>
             <artifactId>HikariCP</artifactId>
+            <scope>compile</scope>

Review comment:
       HikariCP is an option of DataSource for ShardingSphere JDBC. If the scope changed to `compile`, the HikariCP will be introduced into ShardingSphere JDBC by default.




-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org