[jOOQ/jOOQ#10550] Avoid Derby upgrade, for now

It seems that not all Derby artifacts are available for version number
10.15.2.0
This commit is contained in:
Lukas Eder 2020-08-27 20:40:44 +02:00
parent 1a63f4bcd1
commit 739f025016

View File

@ -29,7 +29,7 @@
<!-- These in-memory DBs are used by jOOQ-meta-extensions and a variety of integration tests -->
<h2.version>1.4.200</h2.version>
<sqlite.version>3.30.1</sqlite.version>
<derby.version>10.15.2.0</derby.version>
<derby.version>10.14.2.0</derby.version>
<hsqldb.version>2.5.1</hsqldb.version>
<!-- From JDK 11 onwards, we need to depend on the JAXB API explicitly -->