Skip to content

Commit 3cfe818

Browse files
authored
Fix mqtt logger issue (apache#14742)
1 parent 9f8bf85 commit 3cfe818

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

iotdb-core/datanode/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@
266266
<dependency>
267267
<groupId>io.moquette</groupId>
268268
<artifactId>moquette-broker</artifactId>
269+
<exclusions>
270+
<exclusion>
271+
<groupId>org.slf4j</groupId>
272+
<artifactId>slf4j-reload4j</artifactId>
273+
</exclusion>
274+
</exclusions>
269275
</dependency>
270276
<dependency>
271277
<groupId>com.google.code.gson</groupId>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@
188188
<artifactId>slf4j-api</artifactId>
189189
<version>${slf4j.version}</version>
190190
</dependency>
191-
<dependency>
192-
<groupId>org.slf4j</groupId>
193-
<artifactId>slf4j-reload4j</artifactId>
194-
<version>${slf4j.version}</version>
195-
</dependency>
196191
<dependency>
197192
<groupId>org.apache.thrift</groupId>
198193
<artifactId>libthrift</artifactId>

0 commit comments

Comments
 (0)