790477691 commented on issue #23516:
URL:
https://github.com/apache/shardingsphere/issues/23516#issuecomment-1379745648
Remove
```text
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-util</artifactId>
<version>5.2.0</version>
</dependency>
```
Other problems arise:
```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]