Update bstore-j model management and SQL support
This commit is contained in:
@@ -29,10 +29,12 @@ dependencies {
|
||||
// Database drivers
|
||||
implementation 'com.h2database:h2:2.3.232'
|
||||
implementation 'org.postgresql:postgresql:42.7.4'
|
||||
implementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11'
|
||||
implementation 'com.zaxxer:HikariCP:5.1.0'
|
||||
|
||||
// Testing
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.16'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user