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

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


The following commit(s) were added to refs/heads/splitMqtt by this push:
     new a52aa849427 fix some
a52aa849427 is described below

commit a52aa8494273f7df82ef8571cf2f25973428417d
Author: Weihao Li <[email protected]>
AuthorDate: Mon Jan 19 18:09:09 2026 +0800

    fix some
    
    Signed-off-by: Weihao Li <[email protected]>
---
 distribution/src/assembly/datanode.xml | 10 ++++++----
 external-service-impl/mqtt/pom.xml     |  4 ++++
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/distribution/src/assembly/datanode.xml 
b/distribution/src/assembly/datanode.xml
index cbc2cd9617b..8994667fb87 100644
--- a/distribution/src/assembly/datanode.xml
+++ b/distribution/src/assembly/datanode.xml
@@ -72,12 +72,14 @@
                 <exclude>**/*ainode.*</exclude>
             </excludes>
             <fileMode>0755</fileMode>
-            <file>
-                
<source>${maven.multiModuleProjectDirectory}/external-service-impl/mqtt/target/mqtt-${project.version}-jar-with-dependencies.jar</source>
-                <outputDirectory>lib</outputDirectory>
-            </file>
         </fileSet>
     </fileSets>
+    <files>
+        <file>
+            
<source>${maven.multiModuleProjectDirectory}/external-service-impl/mqtt/target/mqtt-${project.version}-jar-with-dependencies.jar</source>
+            <outputDirectory>lib</outputDirectory>
+        </file>
+    </files>
     <componentDescriptors>
         <componentDescriptor>common-files.xml</componentDescriptor>
     </componentDescriptors>
diff --git a/external-service-impl/mqtt/pom.xml 
b/external-service-impl/mqtt/pom.xml
index f62f7e475c2..994c6917ad2 100644
--- a/external-service-impl/mqtt/pom.xml
+++ b/external-service-impl/mqtt/pom.xml
@@ -43,6 +43,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>netty-buffer</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>io.netty</groupId>
                     <artifactId>netty-common</artifactId>

Reply via email to