You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/06/15 14:05:52 UTC

[iotdb] branch rel/0.11 updated: fix errors introduced by 'clean generated codes in client-py after post-integration-test'

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

hxd pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new d7ed763  fix errors introduced by 'clean generated codes in client-py after post-integration-test'
d7ed763 is described below

commit d7ed763a82d8ebe6a617fa2cc562cc85b75d6209
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Jun 15 22:05:18 2021 +0800

    fix errors introduced by 'clean generated codes in client-py after post-integration-test'
---
 client-py/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/client-py/pom.xml b/client-py/pom.xml
index a9027d5..47b0678 100644
--- a/client-py/pom.xml
+++ b/client-py/pom.xml
@@ -30,13 +30,13 @@
     <artifactId>iotdb-python-api</artifactId>
     <name>python-api</name>
     <description>Python API of IoTDB.</description>
-    <!--    <dependencies>-->
-    <!--        <dependency>-->
-    <!--            <groupId>org.apache.iotdb</groupId>-->
-    <!--            <artifactId>iotdb-thrift</artifactId>-->
-    <!--            <version>${project.version}</version>-->
-    <!--        </dependency>-->
-    <!--    </dependencies>-->
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.iotdb</groupId>
+            <artifactId>iotdb-thrift</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
     <build>
         <plugins>
             <plugin>