Restrict derby version
Lastest version requires Java 9+, so we can’t test against it for now.
This commit is contained in:
parent
2146678d0a
commit
ee1d385c7b
|
@ -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: '+'
|
||||
|
|
Loading…
Reference in New Issue