We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b483e9 + 3272083 commit ce1650fCopy full SHA for ce1650f
2 files changed
docs/changelog.adoc
@@ -8,9 +8,8 @@ This release is still work in progress under `master` branch!
8
9
THIS RELEASE REQUIRES JDK8
10
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
+- https://github.com/quartz-scheduler/quartz/milestone/6[Open Issues]
+- https://github.com/quartz-scheduler/quartz/milestone/6?closed=1[Completed Issues]
14
15
16
== quartz-2.3.1
quartz-core/pom.xml
@@ -28,6 +28,7 @@
28
<groupId>com.zaxxer</groupId>
29
<artifactId>HikariCP</artifactId>
30
<version>${hikaricp.version}</version>
31
+ <scope>provided</scope>
32
</dependency>
33
34
<dependency>
0 commit comments