Skip to content

Commit 5e11d7d

Browse files
committed
Add missing dependencies
1 parent 03da7a6 commit 5e11d7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

log4j-plugins-test/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<artifactId>log4j-api-test</artifactId>
5959
<scope>test</scope>
6060
</dependency>
61+
<dependency>
62+
<groupId>org.assertj</groupId>
63+
<artifactId>assertj-core</artifactId>
64+
<scope>test</scope>
65+
</dependency>
6166
<dependency>
6267
<groupId>org.hamcrest</groupId>
6368
<artifactId>hamcrest</artifactId>

0 commit comments

Comments
 (0)