Skip to content

Commit aea349d

Browse files
committed
Added the missing implementation dep
1 parent 3580c61 commit aea349d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

misc/log4j/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<artifactId>log4j-1.2-api</artifactId>
2020
<version>2.13.0</version>
2121
</dependency>
22+
<dependency>
23+
<groupId>org.apache.logging.log4j</groupId>
24+
<artifactId>log4j-core</artifactId>
25+
<version>2.13.0</version>
26+
</dependency>
2227
<dependency>
2328
<groupId>junit</groupId>
2429
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)