This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rc/1.3.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/1.3.2 by this push:
new 6f4a4a7e109 fix compile
6f4a4a7e109 is described below
commit 6f4a4a7e109df426180e3e50eb4cc818e8c00947
Author: HTHou <[email protected]>
AuthorDate: Thu Jun 27 11:06:11 2024 +0800
fix compile
---
iotdb-client/service-rpc/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml
index e66f399a5ad..58a76584990 100644
--- a/iotdb-client/service-rpc/pom.xml
+++ b/iotdb-client/service-rpc/pom.xml
@@ -80,6 +80,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>