You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/12/08 04:40:42 UTC

[GitHub] [shardingsphere] menghaoranss commented on issue #8515: Version 5.0 governance functions maven coordinate is less than

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


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


----------------------------------------------------------------
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:
users@infra.apache.org