mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
SQLServer driver 7.4.1
This commit is contained in:
@@ -8,7 +8,6 @@ plugins {
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
val dialect: String by project
|
||||
@@ -34,7 +33,7 @@ dependencies {
|
||||
"mariadb" -> implementation("org.mariadb.jdbc", "mariadb-java-client", "2.5.3")
|
||||
"mysql" -> implementation("mysql", "mysql-connector-java", "8.0.18")
|
||||
"oracle" -> implementation("com.oracle", "ojdbc6", "12.1.0.1-atlassian-hosted")
|
||||
"sqlserver" -> implementation("com.microsoft.sqlserver", "mssql-jdbc", "8.1.1.jre8")
|
||||
"sqlserver" -> implementation("com.microsoft.sqlserver", "mssql-jdbc", "7.4.1.jre8")
|
||||
else -> {
|
||||
implementation("mysql", "mysql-connector-java", "5.1.48")
|
||||
implementation("org.postgresql", "postgresql", "42.2.9.jre6")
|
||||
|
||||
Reference in New Issue
Block a user