This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch ssl_between_nodes in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 001bfc5626bd0fd058459d5b49be8ffb3fbabfe6 Author: HTHou <[email protected]> AuthorDate: Mon Jul 21 12:29:37 2025 +0800 fix dependencies error --- iotdb-client/service-rpc/pom.xml | 8 ++++++++ iotdb-core/metrics/interface/pom.xml | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index f4b3a7e2e90..eb75c314a24 100644 --- a/iotdb-client/service-rpc/pom.xml +++ b/iotdb-client/service-rpc/pom.xml @@ -84,6 +84,14 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-common</artifactId> + </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-buffer</artifactId> + </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> diff --git a/iotdb-core/metrics/interface/pom.xml b/iotdb-core/metrics/interface/pom.xml index dcb9f6df87d..afc088c262a 100644 --- a/iotdb-core/metrics/interface/pom.xml +++ b/iotdb-core/metrics/interface/pom.xml @@ -82,7 +82,6 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>4.1.119.Final</version> </dependency> <dependency> <groupId>org.reactivestreams</groupId>
