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:
parent
4417d05f3a
commit
ee12840bf7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue