From 0c99f1b594a4f90890ca2bce6bb21afa4fad9e4a Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Sun, 3 Nov 2019 21:36:09 +0800 Subject: [PATCH] Use more specific ShardingSphere version to avoid compilation error (#3772) --- .../apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml b/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml index 09254253f..f929feff0 100644 --- a/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml +++ b/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml @@ -45,19 +45,19 @@ org.apache.shardingsphere sharding-core-execute - [4.0.0-RC1,5.0.0) + 4.0.0-RC2 provided org.apache.shardingsphere sharding-jdbc-core - [4.0.0-RC1,5.0.0) + 4.0.0-RC2 provided org.apache.shardingsphere sharding-proxy-frontend-core - [4.0.0-RC1,5.0.0) + 4.0.0-RC2 provided