File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232
3333 <!-- Stargate SDK as a dependency-->
3434 <dependency >
35- <groupId >io .stargate</groupId >
35+ <groupId >com.datastax .stargate</groupId >
3636 <artifactId >stargate-sdk</artifactId >
3737 </dependency >
3838 <dependency >
39- <groupId >io .stargate</groupId >
39+ <groupId >com.datastax .stargate</groupId >
4040 <artifactId >stargate-sdk-test</artifactId >
4141 <scope >test</scope >
4242 </dependency >
Original file line number Diff line number Diff line change 3232 <stargate-grpc .version>1.0.63</stargate-grpc .version>
3333 <grpc-netty .version>1.49.1</grpc-netty .version>
3434
35- <stargate-sdk .version>2.0.1-SNAPSHOT </stargate-sdk .version>
35+ <stargate-sdk .version>2.0.1</stargate-sdk .version>
3636 <!-- Spring -->
3737 <spring .version>5.3.23</spring .version>
3838 <spring-boot .version>2.7.4</spring-boot .version>
128128
129129 <!-- Stargate SDK as a dependency-->
130130 <dependency >
131- <groupId >io .stargate</groupId >
131+ <groupId >com.datastax .stargate</groupId >
132132 <artifactId >stargate-sdk</artifactId >
133133 <version >${stargate-sdk.version} </version >
134134 </dependency >
135135 <dependency >
136- <groupId >io .stargate</groupId >
136+ <groupId >com.datastax .stargate</groupId >
137137 <artifactId >stargate-sdk-test</artifactId >
138138 <version >${stargate-sdk.version} </version >
139139 </dependency >
You can’t perform that action at this time.
0 commit comments