From 5d07f6a0a088fe0b8ae67cd4be415bfce6996352 Mon Sep 17 00:00:00 2001 From: larrywest Date: Thu, 31 Oct 2019 17:46:16 -0700 Subject: [PATCH] Drop unneeded of log4j:log4j from ... ... spring-cloud-spring-service-connector. The dependency on `log4j:log4j` appears to have been removed from spring-cloud-spring-service-connector in late 2014 as part of [spring-cloud-connectors issue #96](https://github.com/spring-cloud/spring-cloud-connectors/issues/96), in commit [f2be5e94305446d4698636a9037bf44185f418ed](https://github.com/spring-cloud/spring-cloud-connectors/commit/f2be5e94305446d4698636a9037bf44185f418ed) (2014-11-24), and was included beginning with spring-cloud-connectors `v1.1.1.RELEASE` I did a quick example app using spring-cloud-connectors-service-connector `2.0.6.RELEASE` and do not see `log4j:log4j`. _...and now I see that [Spring Cloud Connectors](https://github.com/spring-cloud/spring-cloud-connectors) is_ > is in maintenance mode, in favor of the newer Java CFEnv project _...so perhaps this is moot._ --- spring-boot-project/spring-boot-dependencies/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 058c7b97f54c..183be9a837a3 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -2972,12 +2972,6 @@ org.springframework.cloud spring-cloud-spring-service-connector ${spring-cloud-connectors.version} - - - log4j - log4j - - org.springframework.data