trycache0828 commented on issue #11534:
URL: 
https://github.com/apache/shardingsphere/issues/11534#issuecomment-887283325


   The middleware version I use is 5.0.0-beta.
   
   I also encountered this problem.
   
   How can I solve this problem?
   
   ## Dependency package
   
           <!-- shardingsphere 5.x -->
           <!-- 
https://mvnrepository.com/artifact/org.apache.shardingsphere/shardingsphere-jdbc-core
 -->
           <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>shardingsphere-jdbc-core</artifactId>
               <version>5.0.0-beta</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.apache.curator</groupId>
                       <artifactId>curator-client</artifactId>
                   </exclusion>
               </exclusions>
           </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