Skip to content

Commit ce1650f

Browse files
authored
Merge pull request #418 from zemian/issue-306-harikicp
Issue 306 harikicp
2 parents 1b483e9 + 3272083 commit ce1650f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/changelog.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ This release is still work in progress under `master` branch!
88

99
THIS RELEASE REQUIRES JDK8
1010

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

1514

1615
== quartz-2.3.1

quartz-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<groupId>com.zaxxer</groupId>
2929
<artifactId>HikariCP</artifactId>
3030
<version>${hikaricp.version}</version>
31+
<scope>provided</scope>
3132
</dependency>
3233

3334
<dependency>

0 commit comments

Comments
 (0)