This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit 0366cbc7b93b61e30a60464826adda811c013a23 Author: Martin Stockhammer <[email protected]> AuthorDate: Mon Feb 18 06:25:55 2019 +0100 Adding log4j2 commons bridge version --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 1715047..7700ec6 100644 --- a/pom.xml +++ b/pom.xml @@ -691,6 +691,12 @@ <version>2.9.1</version> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-jcl</artifactId> + <version>2.9.1</version> + </dependency> </dependencies> </dependencyManagement>
