Restrict derby version

Lastest version requires Java 9+, so we can’t test against it for now.
This commit is contained in:
Tyler Benson 2019-03-11 14:26:58 -07:00
parent 2146678d0a
commit ee1d385c7b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dependencies {
testCompile group: 'com.mchange', name: 'c3p0', version: '0.9.5'
latestDepTestCompile group: 'com.h2database', name: 'h2', version: '+'
latestDepTestCompile group: 'org.apache.derby', name: 'derby', version: '+'
latestDepTestCompile group: 'org.apache.derby', name: 'derby', version: '10.14.+'
latestDepTestCompile group: 'org.hsqldb', name: 'hsqldb', version: '+'
latestDepTestCompile group: 'org.apache.tomcat', name: 'tomcat-jdbc', version: '+'