From 9ad349fee7c6e120f79db481b77dd64abb43040f Mon Sep 17 00:00:00 2001 From: Abdul Mohammed Date: Thu, 28 Nov 2019 11:18:19 +0000 Subject: [PATCH] Exclude spring-jcl from spring-orm to extra guard classpath collission of commons-logging module --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index f1dc9ec718..b9bb8e333c 100644 --- a/pom.xml +++ b/pom.xml @@ -281,6 +281,14 @@ org.springframework spring-orm ${dependency.spring.version} + + + + + org.springframework + spring-jcl + + org.springframework