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)
This commit is contained in:
Andy Wilkinson 2014-05-28 15:35:35 +01:00
parent 4417d05f3a
commit ee12840bf7
1 changed files with 0 additions and 6 deletions

View File

@ -821,12 +821,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
<exclusions>
<exclusion>
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>