laiweiNo2 commented on issue #8515:
URL: https://github.com/apache/shardingsphere/issues/8515#issuecomment-740385767


   > Shardingsphere-governance relies on `shardingsphere-test` in 
5.0.0-alpha,this issue has been fixed in the master branch, and if you want to 
use 5.0.0-alpha, please try with the configuration below:
   > 
   > ```
   > <dependency>
   >             <groupId>org.apache.shardingsphere</groupId>
   >             
<artifactId>shardingsphere-jdbc-governance-spring-boot-starter</artifactId>
   >             <version>5.0.0-alpha</version>
   >             <exclusions>
   >                 <exclusion>
   >                     <groupId>org.apache.shardingsphere</groupId>
   >                     <artifactId>shardingsphere-test</artifactId>
   >                 </exclusion>
   >             </exclusions>
   >         </dependency>
   >         <dependency>
   >             <groupId>org.apache.shardingsphere</groupId>
   >             
<artifactId>shardingsphere-governance-repository-zookeeper-curator</artifactId>
   >             <version>5.0.0-alpha</version>
   >         </dependency>
   > ```
   
   Ok, thank you


----------------------------------------------------------------
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:
[email protected]


Reply via email to