Skip to content

Commit 301b3b4

Browse files
committed
[fix][launch] 解决launch 日志绑定问题
1 parent 3006a78 commit 301b3b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flinkx-launcher/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
<groupId>com.dtstack.flinkx</groupId>
1717
<artifactId>flinkx-core</artifactId>
1818
<version>1.6</version>
19+
<exclusions>
20+
<exclusion>
21+
<groupId>org.slf4j</groupId>
22+
<artifactId>slf4j-log4j12</artifactId>
23+
</exclusion>
24+
</exclusions>
1925
</dependency>
2026

2127
<dependency>

0 commit comments

Comments
 (0)