File tree Expand file tree Collapse file tree 3 files changed +29
-16
lines changed
src/main/java/org/apache/fluss/security/auth/sasl/gssapi Expand file tree Collapse file tree 3 files changed +29
-16
lines changed Original file line number Diff line number Diff line change 109109 <version >${iceberg.version} </version >
110110 <scope >test</scope >
111111 </dependency >
112- <dependency >
113- <groupId >org.apache.hadoop</groupId >
114- <artifactId >hadoop-minikdc</artifactId >
115- <version >${fluss.hadoop.version} </version >
116- <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 >
127- </dependency >
128112 </dependencies >
129113
130114 <build >
Original file line number Diff line number Diff line change 4141 <artifactId >assertj-core</artifactId >
4242 <scope >compile</scope >
4343 </dependency >
44+
45+ <dependency >
46+ <groupId >org.apache.hadoop</groupId >
47+ <artifactId >hadoop-minikdc</artifactId >
48+ <version >${fluss.hadoop.version} </version >
49+ <scope >compile</scope >
50+ <exclusions >
51+ <exclusion >
52+ <groupId >log4j</groupId >
53+ <artifactId >log4j</artifactId >
54+ </exclusion >
55+ <exclusion >
56+ <groupId >org.slf4j</groupId >
57+ <artifactId >slf4j-log4j12</artifactId >
58+ </exclusion >
59+ <exclusion >
60+ <groupId >ch.qos.reload4j</groupId >
61+ <artifactId >reload4j</artifactId >
62+ </exclusion >
63+ <exclusion >
64+ <groupId >org.slf4j</groupId >
65+ <artifactId >slf4j-reload4j</artifactId >
66+ </exclusion >
67+ <exclusion >
68+ <groupId >org.apache.zookeeper</groupId >
69+ <artifactId >zookeeper</artifactId >
70+ </exclusion >
71+ </exclusions >
72+ </dependency >
4473 </dependencies >
4574</project >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments