|
|
|
@ -96,14 +96,18 @@
|
|
|
|
|
<groupId>org.quartz-scheduler</groupId> |
|
|
|
|
<artifactId>quartz</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>c3p0</artifactId> |
|
|
|
|
<groupId>c3p0</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>com.mchange</groupId> |
|
|
|
|
<artifactId>mchange-commons-java</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>com.mchange</groupId> |
|
|
|
|
<artifactId>c3p0</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>com.mchange</groupId> |
|
|
|
|
<artifactId>mchange-commons-java</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>com.zaxxer</groupId> |
|
|
|
|
<artifactId>HikariCP-java6</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|