File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<!-- Stargate SDK as a dependency-->
34
34
<dependency >
35
- <groupId >io .stargate</groupId >
35
+ <groupId >com.datastax .stargate</groupId >
36
36
<artifactId >stargate-sdk</artifactId >
37
37
</dependency >
38
38
<dependency >
39
- <groupId >io .stargate</groupId >
39
+ <groupId >com.datastax .stargate</groupId >
40
40
<artifactId >stargate-sdk-test</artifactId >
41
41
<scope >test</scope >
42
42
</dependency >
Original file line number Diff line number Diff line change 32
32
<stargate-grpc .version>1.0.63</stargate-grpc .version>
33
33
<grpc-netty .version>1.49.1</grpc-netty .version>
34
34
35
- <stargate-sdk .version>2.0.1-SNAPSHOT </stargate-sdk .version>
35
+ <stargate-sdk .version>2.0.1</stargate-sdk .version>
36
36
<!-- Spring -->
37
37
<spring .version>5.3.23</spring .version>
38
38
<spring-boot .version>2.7.4</spring-boot .version>
128
128
129
129
<!-- Stargate SDK as a dependency-->
130
130
<dependency >
131
- <groupId >io .stargate</groupId >
131
+ <groupId >com.datastax .stargate</groupId >
132
132
<artifactId >stargate-sdk</artifactId >
133
133
<version >${stargate-sdk.version} </version >
134
134
</dependency >
135
135
<dependency >
136
- <groupId >io .stargate</groupId >
136
+ <groupId >com.datastax .stargate</groupId >
137
137
<artifactId >stargate-sdk-test</artifactId >
138
138
<version >${stargate-sdk.version} </version >
139
139
</dependency >
You can’t perform that action at this time.
0 commit comments