Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fixing dependencies for quartz
Browse files Browse the repository at this point in the history
  • Loading branch information
effrafax committed Nov 24, 2019
1 parent f5f2c59 commit 02a8598
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spring-quartz/pom.xml
Expand Up @@ -55,12 +55,16 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.2.1</version>
<version>${quartz.version}</version>
<exclusions>
<exclusion>
<groupId>c3p0</groupId>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
<exclusion>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java7</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 02a8598

Please sign in to comment.