Exclude com.datastax.cassandra group
Rely on Cassandra driver as transitive dependency from `spring-data-cassandra`
This commit is contained in:
@@ -509,7 +509,9 @@ project('spring-integration-cassandra') {
|
||||
api project(':spring-integration-core')
|
||||
api 'org.springframework.data:spring-data-cassandra'
|
||||
|
||||
testImplementation 'org.testcontainers:cassandra'
|
||||
testImplementation ('org.testcontainers:cassandra') {
|
||||
exclude group: 'com.datastax.cassandra'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user