未验证 提交 0c99f1b5 编写于 作者: K kezhenxu94 提交者: GitHub

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

上级 fbabcb17
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册