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

jackietien pushed a commit to branch ty/TableModelGrammar
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/ty/TableModelGrammar by this 
push:
     new 39763fe3e4b remove unused dependency
39763fe3e4b is described below

commit 39763fe3e4bb8545a91dbed63f4030e87e1c8772
Author: JackieTien97 <[email protected]>
AuthorDate: Thu Feb 22 18:14:44 2024 +0800

    remove unused dependency
---
 iotdb-core/relational-parser/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/iotdb-core/relational-parser/pom.xml 
b/iotdb-core/relational-parser/pom.xml
index 61e2ff56550..3ebc179dcfe 100644
--- a/iotdb-core/relational-parser/pom.xml
+++ b/iotdb-core/relational-parser/pom.xml
@@ -38,11 +38,6 @@
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.errorprone</groupId>
-            <artifactId>error_prone_annotations</artifactId>
-            <optional>true</optional>
-        </dependency>
         <dependency>
             <groupId>org.antlr</groupId>
             <artifactId>antlr4-runtime</artifactId>
@@ -56,9 +51,5 @@
             <artifactId>iotdb-relational-grammar</artifactId>
             <version>1.3.1-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.spark</groupId>
-            <artifactId>spark-catalyst_2.11</artifactId>
-        </dependency>
     </dependencies>
 </project>

Reply via email to