Replace testRuntime configuration with testRuntimeOnly.
This commit is contained in:
@@ -37,6 +37,6 @@ dependencies {
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-data-cassandra"
|
||||
testImplementation "org.springframework.data:spring-data-geode-test"
|
||||
|
||||
testRuntime "org.hsqldb:hsqldb"
|
||||
testRuntimeOnly "org.hsqldb:hsqldb"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user