File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6161
6262 <!-- needed by Cassandra ccm -->
6363 <dependency >
64- <groupId >com.datastax.oss </groupId >
64+ <groupId >org.apache.cassandra </groupId >
6565 <artifactId >java-driver-test-infra</artifactId >
6666 <version >${cassandra-driver.version} </version >
6767 <exclusions >
6868 <exclusion >
69- <groupId >com.datastax.oss </groupId >
69+ <groupId >org.apache.cassandra </groupId >
7070 <artifactId >java-driver-core</artifactId >
7171 </exclusion >
7272 </exclusions >
Original file line number Diff line number Diff line change 7474 </dependency >
7575
7676 <dependency >
77- <groupId >com.datastax.oss </groupId >
77+ <groupId >org.apache.cassandra </groupId >
7878 <artifactId >java-driver-core</artifactId >
7979 <version >${cassandra-driver.version} </version >
8080 <exclusions >
105105 </exclusions >
106106 </dependency >
107107 <dependency >
108- <groupId >com.datastax.oss </groupId >
108+ <groupId >org.apache.cassandra </groupId >
109109 <artifactId >java-driver-query-builder</artifactId >
110110 <version >${cassandra-driver.version} </version >
111111 <exclusions >
Original file line number Diff line number Diff line change 5757 <version >${project.version} </version >
5858 <exclusions >
5959 <exclusion >
60- <groupId >com.datastax.oss </groupId >
60+ <groupId >org.apache.cassandra </groupId >
6161 <artifactId >java-driver-core</artifactId >
6262 </exclusion >
6363 <exclusion >
64- <groupId >com.datastax.oss </groupId >
64+ <groupId >org.apache.cassandra </groupId >
6565 <artifactId >java-driver-query-builder</artifactId >
6666 </exclusion >
6767 </exclusions >
156156 <type >test-jar</type >
157157 <exclusions >
158158 <exclusion >
159- <groupId >com.datastax.oss </groupId >
159+ <groupId >org.apache.cassandra </groupId >
160160 <artifactId >java-driver-core</artifactId >
161161 </exclusion >
162162 <exclusion >
163- <groupId >com.datastax.oss </groupId >
163+ <groupId >org.apache.cassandra </groupId >
164164 <artifactId >java-driver-query-builder</artifactId >
165165 </exclusion >
166166 </exclusions >
Original file line number Diff line number Diff line change 9898 <!-- https://downloads.apache.org/cassandra/4.0.6/apache-cassandra-4.0.6-bin.tar.gz.sha256 -->
9999 <cassandra-dist .version>4.0.6</cassandra-dist .version>
100100 <cassandra-dist .version.sha256>86d14a8e158e4e8554388b1aab598efcb879ddb09c480edecabb3c350b58fe6b</cassandra-dist .version.sha256>
101- <cassandra-driver .version>4.17.0 </cassandra-driver .version>
102- <scylla-driver .version>4.18 .0.1</scylla-driver .version>
101+ <cassandra-driver .version>4.19.1 </cassandra-driver .version>
102+ <scylla-driver .version>4.19 .0.1</scylla-driver .version>
103103 <scylladb .version>6.2.0</scylladb .version>
104104 <testcontainers .version>1.20.1</testcontainers .version>
105105 <easymock .version>5.4.0</easymock .version>
You can’t perform that action at this time.
0 commit comments