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 6f82027f6df fix some
6f82027f6df is described below
commit 6f82027f6dfe909d98cba385cdd5f9a53d314596
Author: Weihao Li <[email protected]>
AuthorDate: Mon Jan 19 19:20:18 2026 +0800
fix some
Signed-off-by: Weihao Li <[email protected]>
---
example/mqtt-customize/pom.xml | 5 +++++
external-service-impl/mqtt/pom.xml | 13 -------------
integration-test/src/assembly/mpp-share.xml | 6 ++++++
3 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml
index 5af64dd9fc5..6d0ba2d0953 100644
--- a/example/mqtt-customize/pom.xml
+++ b/example/mqtt-customize/pom.xml
@@ -34,5 +34,10 @@
<artifactId>mqtt</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.iotdb</groupId>
+ <artifactId>iotdb-server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</project>
diff --git a/external-service-impl/mqtt/pom.xml
b/external-service-impl/mqtt/pom.xml
index 994c6917ad2..043f1dc1c71 100644
--- a/external-service-impl/mqtt/pom.xml
+++ b/external-service-impl/mqtt/pom.xml
@@ -83,19 +83,6 @@
<scope>provided</scope>
<version>2.0.7-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.iotdb</groupId>
- <artifactId>service-rpc</artifactId>
- <version>2.0.7-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-codec-mqtt</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>
diff --git a/integration-test/src/assembly/mpp-share.xml
b/integration-test/src/assembly/mpp-share.xml
index 01fce3555de..ebe153e71be 100644
--- a/integration-test/src/assembly/mpp-share.xml
+++ b/integration-test/src/assembly/mpp-share.xml
@@ -30,4 +30,10 @@
<outputDirectory>lib</outputDirectory>
</dependencySet>
</dependencySets>
+ <files>
+ <file>
+
<source>${maven.multiModuleProjectDirectory}/external-service-impl/mqtt/target/mqtt-${project.version}-jar-with-dependencies.jar</source>
+ <outputDirectory>lib</outputDirectory>
+ </file>
+ </files>
</assembly>