Skip to content

Commit

Permalink
Upgrade quartz version from 2.2.1 to 2.3.0 (#688)
Browse files Browse the repository at this point in the history
* Upgrade quartz version:2.2.1->2.3.0

* Add new line at end of file.
  • Loading branch information
Shengjun authored and terrymanu committed Oct 24, 2019
1 parent 0f6f7f5 commit 56167b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,7 +27,7 @@
<lombok.version>1.16.4</lombok.version>
<guava.version>18.0</guava.version>
<commons-lang3.version>3.4</commons-lang3.version>
<quartz.version>2.2.1</quartz.version>
<quartz.version>2.3.0</quartz.version>
<curator.version>2.10.0</curator.version>
<aspectj.version>1.8.0</aspectj.version>
<slf4j.version>1.7.7</slf4j.version>
Expand Down Expand Up @@ -93,7 +93,7 @@
<version>${quartz.version}</version>
<exclusions>
<exclusion>
<groupId>c3p0</groupId>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
</exclusions>
Expand Down

0 comments on commit 56167b9

Please sign in to comment.