parent
fe325c06c2
commit
d19920ae39
|
|
@ -159,11 +159,13 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("Cassandra Driver", "4.3.1") {
|
||||
library("Cassandra Driver", "4.4.0") {
|
||||
group("com.datastax.oss") {
|
||||
modules = [
|
||||
"java-driver-core",
|
||||
"java-driver-query-builder"
|
||||
"java-driver-core" {
|
||||
exclude group: "org.slf4j", module: "jcl-over-slf4j"
|
||||
},
|
||||
"java-drive-query-builder"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,5 +8,7 @@ dependencies {
|
|||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api("org.springframework:spring-tx")
|
||||
api("org.springframework.data:spring-data-cassandra")
|
||||
api("org.springframework.data:spring-data-cassandra") {
|
||||
exclude group: "org.slf4j", module: "jcl-over-slf4j"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue