zhiyoucai opened a new issue #3196: jar dependency conflict
URL: https://github.com/apache/incubator-shardingsphere/issues/3196
 
 
   I find that some jar package conflict.
   
   I solve this problem like the configuration below:
   
   ```groovy
   
compile('org.apache.shardingsphere:sharding-jdbc-orchestration-spring-boot-starter:4.0.0-RC2')
 {
           exclude group: 'org.apache.curator', module: 'curator-framework'
     }
   
compile('org.apache.shardingsphere:sharding-orchestration-reg-zookeeper-curator:4.0.0-RC2')
 {
           exclude group: 'org.apache.curator', module: 'curator-framework'
           exclude group: 'org.apache.curator', module: 'curator-recipes'
           exclude group: 'org.apache.curator', module: 'curator-client'
   }
   compile group: 'org.apache.curator', name: 'curator-framework', version: 
'2.10.0'
   compile group: 'org.apache.curator', name: 'curator-recipes', version: 
'2.10.0'
   ```
   
   something wrong with orchestration

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


With regards,
Apache Git Services

Reply via email to