Use more specific ShardingSphere version to avoid compilation error (#3772)

This commit is contained in:
kezhenxu94 2019-11-03 21:36:09 +08:00 committed by GitHub
parent fbabcb1782
commit 0c99f1b594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -45,19 +45,19 @@
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-core-execute</artifactId>
<version>[4.0.0-RC1,5.0.0)</version>
<version>4.0.0-RC2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-jdbc-core</artifactId>
<version>[4.0.0-RC1,5.0.0)</version>
<version>4.0.0-RC2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-proxy-frontend-core</artifactId>
<version>[4.0.0-RC1,5.0.0)</version>
<version>4.0.0-RC2</version>
<scope>provided</scope>
</dependency>
</dependencies>