Skip to content

Commit b63c608

Browse files
committed
fix: excluded log4j, slf4j in minikdc to resolve build failure and conflict
1 parent 72efe7e commit b63c608

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fluss-common/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@
114114
<artifactId>hadoop-minikdc</artifactId>
115115
<version>${fluss.hadoop.version}</version>
116116
<scope>test</scope>
117+
<exclusions>
118+
<exclusion>
119+
<groupId>log4j</groupId>
120+
<artifactId>log4j</artifactId>
121+
</exclusion>
122+
<exclusion>
123+
<groupId>org.slf4j</groupId>
124+
<artifactId>slf4j-log4j12</artifactId>
125+
</exclusion>
126+
</exclusions>
117127
</dependency>
118128
</dependencies>
119129

0 commit comments

Comments
 (0)