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:
parent
b941429fa7
commit
d95660d754
20 changed files with 4390 additions and 31 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue