Skip to content

Commit d1fb7a7

Browse files
committed
[FLINK-36450] exclude log4j from curator-test
1 parent 4f87bc2 commit d1fb7a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flink-kubernetes-operator/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ under the License.
206206
<groupId>org.junit.jupiter</groupId>
207207
<artifactId>*</artifactId>
208208
</exclusion>
209+
<exclusion>
210+
<groupId>log4j</groupId>
211+
<artifactId>log4j</artifactId>
212+
</exclusion>
209213
</exclusions>
210214
</dependency>
211215

0 commit comments

Comments
 (0)