leonbond edited a comment on issue #10259:
URL: 
https://github.com/apache/shardingsphere/issues/10259#issuecomment-834011136


   @Liangda-w This is my pom config. It's Java project. Can i have a look at 
your code?
   ```
   <dependency>
       <groupId>org.apache.shardingsphere</groupId>
                           
<artifactId>sharding-jdbc-spring-namespace</artifactId>
                           <version>4.1.1</version>
                           <exclusions>
                                   <exclusion>
                                           
<artifactId>antlr4-runtime</artifactId>
                                           <groupId>org.antlr</groupId>
                                   </exclusion>
                           </exclusions>
                   </dependency>
                   <dependency>
                           <artifactId>antlr4-runtime</artifactId>
                           <groupId>org.antlr</groupId>
                           <version>4.7.1</version>
                   </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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to