Use more specific ShardingSphere version to avoid compilation error (#3772)
This commit is contained in:
parent
fbabcb1782
commit
0c99f1b594
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue