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 e2d722ada97 add dependency
e2d722ada97 is described below
commit e2d722ada9745edff849cde77de813ca5ba4ba77
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Feb 7 12:36:23 2024 +0800
add dependency
---
iotdb-core/datanode/pom.xml | 5 +++++
iotdb-core/relational-parser/pom.xml | 4 ++++
2 files changed, 9 insertions(+)
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 9c1e227c44a..66b05aef12e 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -79,6 +79,11 @@
<artifactId>iotdb-antlr</artifactId>
<version>1.3.1-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.iotdb</groupId>
+ <artifactId>iotdb-relational-parser</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
diff --git a/iotdb-core/relational-parser/pom.xml
b/iotdb-core/relational-parser/pom.xml
index 098788e8675..4246a6b7450 100644
--- a/iotdb-core/relational-parser/pom.xml
+++ b/iotdb-core/relational-parser/pom.xml
@@ -34,6 +34,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>