You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/12/22 14:43:10 UTC

[isis] branch master updated: Bump spring-boot from 2.6.1 to 2.6.2 (part 2)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 5df5faa  Bump spring-boot from 2.6.1 to 2.6.2 (part 2)
5df5faa is described below

commit 5df5faa359159cfc709794ed6e38a46875a761f1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Dec 22 15:43:03 2021 +0100

    Bump spring-boot from 2.6.1 to 2.6.2 (part 2)
    
    - exclude log4j deps from isis-subdomains-poi, since already provided
    via spring-boot-log4j2
---
 subdomains/poi/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/subdomains/poi/pom.xml b/subdomains/poi/pom.xml
index d38263f..4bb8e17 100644
--- a/subdomains/poi/pom.xml
+++ b/subdomains/poi/pom.xml
@@ -50,6 +50,11 @@
 					<groupId>org.osgi</groupId>
 					<artifactId>org.osgi.core</artifactId>
 				</exclusion>
+				<!-- already provided via spring-boot-log4j2 -->
+				<exclusion>
+					<groupId>org.apache.logging.log4j</groupId>
+					<artifactId>log4j-api</artifactId>
+				</exclusion>
 			</exclusions>
         </dependency>
 		<dependency>