liuxianqiang opened a new issue, #24590:
URL: https://github.com/apache/shardingsphere/issues/24590

   ## Feature Request
   I just want to add sharding feature in my application. so i add following 
"shardingsphere-jdbc-core" dependency in pom.xml
   But i find shardingsphere-jdbc-core has too many transitive dependency.
   how can i get a simplest dependency ? 
   i tried "shardingsphere-sharding-core", but it not work.
   
   `<dependency>
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>shardingsphere-jdbc-core</artifactId>
       <version>5.3.1</version>
   </dependency>
   `
   
   ### Is your feature request related to a problem?
   NO
   
   ### Describe the feature you would like.
   simplest dependency to get sharding feature.
   modular design, simpliest dependency
   


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