Skip to content

Commit 4fb99ba

Browse files
committed
HV-2015 Remove, now unnecessary, log4j dependency from test utils
- since 6.0 the logger util was replaced by log4j list appender and later by a custom one present in the validator engine tests only
1 parent ca381ce commit 4fb99ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test-utils/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
<groupId>jakarta.validation</groupId>
6262
<artifactId>jakarta.validation-api</artifactId>
6363
</dependency>
64-
<dependency>
65-
<groupId>org.apache.logging.log4j</groupId>
66-
<artifactId>log4j-core</artifactId>
67-
<scope>provided</scope>
68-
</dependency>
6964
<dependency>
7065
<groupId>org.assertj</groupId>
7166
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)