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/18 09:00:47 UTC

[GitHub] [shardingsphere] alvinqq commented on issue #8685: shardingsphere-test not found in maven center repository

alvinqq commented on issue #8685:
URL: https://github.com/apache/shardingsphere/issues/8685#issuecomment-747957286


   Temporary solution:
   pom exclusion shardingsphere-test dependency
   
   > `<dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>shardingsphere-jdbc-governance-spring-boot-starter</artifactId>
               <version>${org.apache.shardingsphere.version}</version>
               <exclusions>
               	<exclusion>
               		<groupId>org.apache.shardingsphere</groupId>
               		<artifactId>shardingsphere-test</artifactId>
               	</exclusion>
               </exclusions>
           </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