You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/04/08 12:53:45 UTC

[incubator-iotdb] branch revert-986-patch-10 created (now 907763a)

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch revert-986-patch-10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 907763a  Revert "[IOTDB-578] Cluster module should use the same thrift version with iotdb-parent"

This branch includes the following new commits:

     new 907763a  Revert "[IOTDB-578] Cluster module should use the same thrift version with iotdb-parent"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: Revert "[IOTDB-578] Cluster module should use the same thrift version with iotdb-parent"

Posted by ji...@apache.org.
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 <jt...@163.com>
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>