You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/08/23 02:28:49 UTC

[logging-log4j2] branch release-2.x updated: Re-add removed dependency

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

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 75cd3ac  Re-add removed dependency
75cd3ac is described below

commit 75cd3ac556ac9d3fc3933e1d158a7998e04282f5
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 22 21:28:32 2020 -0500

    Re-add removed dependency
---
 log4j-spring-boot/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml
index 23f06fc..d38f8e1 100644
--- a/log4j-spring-boot/pom.xml
+++ b/log4j-spring-boot/pom.xml
@@ -66,6 +66,10 @@
       <type>test-jar</type>
     </dependency>
     <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
     </dependency>