Polish Quartz dependency management

Closes gh-12364
This commit is contained in:
Stephane Nicoll 2018-03-06 17:00:56 +01:00
parent 326c1e123c
commit 7a88fe692d
1 changed files with 10 additions and 0 deletions

View File

@ -2134,6 +2134,16 @@
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>${quartz.version}</version>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
<exclusion>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>