Skip to content

Commit aa1022f

Browse files
authored
[FLINK-36450] exclude log4j from curator-test
1 parent 4d5b2c9 commit aa1022f

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
@@ -205,6 +205,10 @@ under the License.
205205
<groupId>org.junit.jupiter</groupId>
206206
<artifactId>*</artifactId>
207207
</exclusion>
208+
<exclusion>
209+
<groupId>log4j</groupId>
210+
<artifactId>log4j</artifactId>
211+
</exclusion>
208212
</exclusions>
209213
</dependency>
210214

0 commit comments

Comments
 (0)