This is an automated email from the ASF dual-hosted git repository. jiangtian pushed a commit to branch revert-986-patch-10 in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 907763a81940626e6c5e63ff7afff419ddc259f9 Author: Jiang Tian <[email protected]> AuthorDate: Wed Apr 8 20:53:37 2020 +0800 Revert "[IOTDB-578] Cluster module should use the same thrift version with iotdb-parent" This reverts commit 7e73024752d19e8e0d86e0893073e3899ba18484. --- cluster/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cluster/pom.xml b/cluster/pom.xml index 4073d35..3d86a5d 100644 --- a/cluster/pom.xml +++ b/cluster/pom.xml @@ -35,6 +35,11 @@ </properties> <dependencies> <dependency> + <groupId>org.apache.thrift</groupId> + <artifactId>libthrift</artifactId> + <version>0.12.0</version> + </dependency> + <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>service-rpc</artifactId> <version>0.10.0-SNAPSHOT</version>
