From ee12840bf7ee378c787e65d783b1292597d791cc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 28 May 2014 15:35:35 +0100 Subject: [PATCH] Remove redundant Quartz exclusion Quartz is an optional dependency of spring-context-support so there's no need to exclude it This is a baby-step towards using the Spring Framework bom (#955) --- spring-boot-dependencies/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 5bcd0cab22..513bc1f8da 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -821,12 +821,6 @@ org.springframework spring-context-support ${spring.version} - - - quartz - quartz - - org.springframework