Skip to content

Commit f50e16e

Browse files
committed
Exclude com.datastax.cassandra group
Rely on Cassandra driver as transitive dependency from `spring-data-cassandra`
1 parent d37912f commit f50e16e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,9 @@ project('spring-integration-cassandra') {
509509
api project(':spring-integration-core')
510510
api 'org.springframework.data:spring-data-cassandra'
511511

512-
testImplementation 'org.testcontainers:cassandra'
512+
testImplementation ('org.testcontainers:cassandra') {
513+
exclude group: 'com.datastax.cassandra'
514+
}
513515
}
514516
}
515517

0 commit comments

Comments
 (0)