You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/10/20 12:33:40 UTC

[logging-log4j2] branch main updated: Add missing dependencies

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e11d7d5b5 Add missing dependencies
5e11d7d5b5 is described below

commit 5e11d7d5b5c39da1bc8bf67589da279f5093d1db
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Fri Oct 20 14:33:33 2023 +0200

    Add missing dependencies
---
 log4j-plugins-test/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/log4j-plugins-test/pom.xml b/log4j-plugins-test/pom.xml
index 4a124bc5f8..d7c346d83d 100644
--- a/log4j-plugins-test/pom.xml
+++ b/log4j-plugins-test/pom.xml
@@ -58,6 +58,11 @@
       <artifactId>log4j-api-test</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest</artifactId>