Add Docker Compose support for MS SQL Server using JDBC
Closes gh-35146
This commit is contained in:
@@ -20,7 +20,6 @@ dependencies {
|
||||
optional("org.mongodb:mongodb-driver-core")
|
||||
optional("org.springframework.data:spring-data-r2dbc")
|
||||
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-test"))
|
||||
testImplementation("org.springframework:spring-core-test")
|
||||
@@ -29,4 +28,6 @@ dependencies {
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
testImplementation("ch.qos.logback:logback-classic")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
|
||||
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user