trycache0828 opened a new issue #11537:
URL: https://github.com/apache/shardingsphere/issues/11537


   Maven's third-party dependent packages depend on different versions of guava 
packages, which are incompatible with each other.
   
   ## ERROR
   java.lang.NoSuchMethodError: 
com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;)V
   
   ## Description
   
   Class: com.google.common.base.Preconditions
   
   Jar: guava-29.0-jre.jar
   
   ## 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