Skip to content

Commit 21ff5de

Browse files
committed
Add missing log4j-api dependency
1 parent 4cbdc4b commit 21ff5de

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@
231231
<artifactId>assertj-core</artifactId>
232232
<version>3.25.3</version>
233233
</dependency>
234+
<dependency>
235+
<groupId>org.apache.logging.log4j</groupId>
236+
<artifactId>log4j-api</artifactId>
237+
<version>2.23.1</version>
238+
<scope>test</scope>
239+
</dependency>
234240
<dependency>
235241
<groupId>org.apache.logging.log4j</groupId>
236242
<artifactId>log4j-core</artifactId>

0 commit comments

Comments
 (0)