Skip to content

Commit

Permalink
Merge pull request #418 from zemian/issue-306-harikicp
Browse files Browse the repository at this point in the history
Issue 306 harikicp
  • Loading branch information
zemian authored Apr 1, 2019
2 parents 1b483e9 + 3272083 commit ce1650f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ This release is still work in progress under `master` branch!

THIS RELEASE REQUIRES JDK8

* #161 depen: Upgrade to use JDK8
* #304 depen: Upgrade HikariCP 3.2.0 to jdk8 compatible
* #334 test: Make test database port configurable through CI props
- https://github.com/quartz-scheduler/quartz/milestone/6[Open Issues]
- https://github.com/quartz-scheduler/quartz/milestone/6?closed=1[Completed Issues]


== quartz-2.3.1
Expand Down
1 change: 1 addition & 0 deletions quartz-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>${hikaricp.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit ce1650f

Please sign in to comment.