You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ka...@apache.org on 2021/05/16 19:37:30 UTC

[iotdb] branch f_index_dev updated: fix log bug

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

kangrong pushed a commit to branch f_index_dev
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/f_index_dev by this push:
     new 18949e3  fix log bug
18949e3 is described below

commit 18949e33f21c5a7b5f2c205948a51138064740ee
Author: kr11 <3095717866.com>
AuthorDate: Mon May 17 03:32:12 2021 +0800

    fix log bug
---
 server/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index d1452e2..a44f7ed 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -206,10 +206,10 @@
         <!--            <version>1.4.0</version>-->
         <!--            <scope>runtime</scope>-->
         <!--        </dependency>-->
-        <dependency>
-            <groupId>org.apache.hive</groupId>
-            <artifactId>hive-exec</artifactId>
-        </dependency>
+        <!--        <dependency>-->
+        <!--            <groupId>org.apache.hive</groupId>-->
+        <!--            <artifactId>hive-exec</artifactId>-->
+        <!--        </dependency>-->
         <dependency>
             <groupId>ai.djl.pytorch</groupId>
             <artifactId>pytorch-engine</artifactId>