2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 11:08:11 -07:00

Added and tested Oracle support

This commit is contained in:
Geert Bevin 2022-10-24 12:24:15 -04:00
parent b941429fa7
commit d95660d754
20 changed files with 4390 additions and 31 deletions

View file

@ -34,6 +34,7 @@ dependencies {
testImplementation("com.h2database:h2:2.1.214")
testImplementation("org.apache.derby:derby:10.16.1.1")
testImplementation("org.apache.derby:derbytools:10.16.1.1")
testImplementation("com.oracle.database.jdbc:ojdbc11:21.7.0.0")
}
sourceSets.main {