Skip to content

Commit f0273cb

Browse files
committed
Drop log4j-core test-jar from dependency management
- since it is not available and causing issues with dependabot (most likely) - there's a log4j-core-test now if we'd ever need it ...
1 parent 6563569 commit f0273cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,6 @@
523523
<artifactId>log4j-core</artifactId>
524524
<version>${version.org.apache.logging.log4j}</version>
525525
</dependency>
526-
<dependency>
527-
<groupId>org.apache.logging.log4j</groupId>
528-
<artifactId>log4j-core</artifactId>
529-
<type>test-jar</type>
530-
<version>${version.org.apache.logging.log4j}</version>
531-
</dependency>
532526
<dependency>
533527
<groupId>org.slf4j</groupId>
534528
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)