File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/test/java/org/springframework/data/cassandra Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 164164
165165 <dependency >
166166 <groupId >org.testcontainers</groupId >
167- <artifactId >cassandra</artifactId >
167+ <artifactId >testcontainers- cassandra</artifactId >
168168 <scope >test</scope >
169169 </dependency >
170170
Original file line number Diff line number Diff line change 1717
1818import java .util .UUID ;
1919
20+ import org .apache .commons .lang3 .StringUtils ;
2021import org .junit .jupiter .api .Test ;
2122
2223import org .springframework .data .cassandra .core .cql .keyspace .KeyspaceActionSpecification ;
2324import org .springframework .data .cassandra .core .cql .keyspace .TableNameSpecification ;
2425
25- import org .testcontainers .shaded .org .apache .commons .lang3 .StringUtils ;
2626
2727/**
2828 * Useful test class that specifies just about as much as you can for a CQL generation test. Intended to be extended by
Original file line number Diff line number Diff line change 1919import java .util .List ;
2020import java .util .Optional ;
2121
22+ import org .apache .commons .lang3 .reflect .FieldUtils ;
2223import org .junit .jupiter .api .extension .AfterAllCallback ;
2324import org .junit .jupiter .api .extension .BeforeAllCallback ;
2425import org .junit .jupiter .api .extension .ExtensionContext ;
3031import org .springframework .data .cassandra .support .RandomKeyspaceName ;
3132import org .springframework .util .Assert ;
3233
33- import org .testcontainers .shaded .org .apache .commons .lang3 .reflect .FieldUtils ;
34-
3534import com .datastax .oss .driver .api .core .CqlSession ;
3635
3736/**
You can’t perform that action at this time.
0 commit comments