This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch iotdb-1022-v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/iotdb-1022-v2 by this push:
new b96061b remove a dependency in pom.xml
b96061b is described below
commit b96061b48addc3c94d27f61d30f9e60df2562613
Author: SteveYurongSu <[email protected]>
AuthorDate: Wed May 19 15:30:23 2021 +0800
remove a dependency in pom.xml
---
server/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 4d0f08d..08944e2 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -213,12 +213,6 @@
<version>4.3.5</version>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-linq4j</artifactId>
- <version>1.10.0</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
<build>
<plugins>