File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 137137 </exclusions >
138138 </dependency >
139139
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+
140157 <dependency >
141158 <groupId >org.assertj</groupId >
142159 <artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 136136 </exclusions >
137137 </dependency >
138138
139+ <dependency >
140+ <groupId >org.apache.cassandra</groupId >
141+ <artifactId >cassandra-thrift</artifactId >
142+ </dependency >
143+
139144 <dependency >
140145 <groupId >org.testcontainers</groupId >
141146 <artifactId >cassandra</artifactId >
You can’t perform that action at this time.
0 commit comments