790477691 commented on issue #23516:
URL: 
https://github.com/apache/shardingsphere/issues/23516#issuecomment-1379773497

   ```text      
     <!-- 
https://mvnrepository.com/artifact/org.apache.shardingsphere/shardingsphere-jdbc-core
 -->
           <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>shardingsphere-jdbc-core</artifactId>
               <version>5.3.1</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.yaml</groupId>
                       <artifactId>snakeyaml</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
           <dependency>
               <groupId>org.yaml</groupId>
               <artifactId>snakeyaml</artifactId>
               <version>1.33</version>
           </dependency>
   ```
   This problem still occurs after the Settings are used:
   ```text
   ***************************
   APPLICATION FAILED TO START
   ***************************
   
   Description:
   
   An attempt was made to call the method 
org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1.setCodePointLimit(I)V
 but it does not exist. Its class, 
org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1,
 is available from the following locations:
   
       
jar:file:/D:/devtool/apache-maven-3.6.0/repository/org/apache/shardingsphere/shardingsphere-infra-util/5.3.1/shardingsphere-infra-util-5.3.1.jar!/org/apache/shardingsphere/infra/util/yaml/constructor/ShardingSphereYamlConstructor$1.class
   
   It was loaded from the following location:
   
       
file:/D:/devtool/apache-maven-3.6.0/repository/org/apache/shardingsphere/shardingsphere-infra-util/5.3.1/shardingsphere-infra-util-5.3.1.jar
   
   
   Action:
   
   Correct the classpath of your application so that it contains a single, 
compatible version of 
org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1
   
   ```
   


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