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

haonan pushed a commit to branch exclude_thrift_http
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/exclude_thrift_http by this 
push:
     new 454a05d4ebb Exclude thrift http
454a05d4ebb is described below

commit 454a05d4ebb6033ae00351a13a45ae616e48dbff
Author: HTHou <[email protected]>
AuthorDate: Tue Oct 21 12:13:23 2025 +0800

    Exclude thrift http
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a9b78025502..00ab19b4428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
                         <groupId>javax.annotation</groupId>
                         <artifactId>javax.annotation-api</artifactId>
                     </exclusion>
-                    <!-- We don't use thrift http connection-->
+                    <!-- We don't use thrift http connection -->
                     <exclusion>
                         <groupId>org.apache.httpcomponents</groupId>
                         <artifactId>httpclient</artifactId>

Reply via email to