File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 161
161
</exclusions >
162
162
</dependency >
163
163
164
+ <dependency >
165
+ <groupId >org.apache.cassandra</groupId >
166
+ <artifactId >cassandra-thrift</artifactId >
167
+ <version >${cassandra.version} </version >
168
+ <scope >test</scope >
169
+ <exclusions >
170
+ <exclusion >
171
+ <groupId >ch.qos.logback</groupId >
172
+ <artifactId >logback-core</artifactId >
173
+ </exclusion >
174
+ <exclusion >
175
+ <groupId >io.netty</groupId >
176
+ <artifactId >netty-all</artifactId >
177
+ </exclusion >
178
+ </exclusions >
179
+ </dependency >
180
+
164
181
<dependency >
165
182
<groupId >org.assertj</groupId >
166
183
<artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 161
161
<artifactId >cassandra-all</artifactId >
162
162
</dependency >
163
163
164
+ <dependency >
165
+ <groupId >org.apache.cassandra</groupId >
166
+ <artifactId >cassandra-thrift</artifactId >
167
+ </dependency >
168
+
164
169
<dependency >
165
170
<groupId >org.testcontainers</groupId >
166
171
<artifactId >cassandra</artifactId >
You can’t perform that action at this time.
0 commit comments