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 137
137
</exclusions >
138
138
</dependency >
139
139
140
+ <dependency >
141
+ <groupId >org.apache.cassandra</groupId >
142
+ <artifactId >cassandra-thrift</artifactId >
143
+ <version >${cassandra.version} </version >
144
+ <scope >test</scope >
145
+ <exclusions >
146
+ <exclusion >
147
+ <groupId >ch.qos.logback</groupId >
148
+ <artifactId >logback-core</artifactId >
149
+ </exclusion >
150
+ <exclusion >
151
+ <groupId >io.netty</groupId >
152
+ <artifactId >netty-all</artifactId >
153
+ </exclusion >
154
+ </exclusions >
155
+ </dependency >
156
+
140
157
<dependency >
141
158
<groupId >org.assertj</groupId >
142
159
<artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 136
136
</exclusions >
137
137
</dependency >
138
138
139
+ <dependency >
140
+ <groupId >org.apache.cassandra</groupId >
141
+ <artifactId >cassandra-thrift</artifactId >
142
+ </dependency >
143
+
139
144
<dependency >
140
145
<groupId >org.testcontainers</groupId >
141
146
<artifactId >cassandra</artifactId >
You can’t perform that action at this time.
0 commit comments