File tree 2 files changed +8
-16
lines changed
2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 92
92
<cassandra .version>5.0.3</cassandra .version>
93
93
<cassandra-driver .version>4.19.0</cassandra-driver .version>
94
94
<dist .id>spring-data-cassandra</dist .id>
95
- <el .version>1.0</el .version>
96
- <!-- NOTE: com.carrotsearch:hppc dependency version set to same version as Apache Cassandra 3.11.5 -->
97
- <hppc .version>0.5.4</hppc .version>
98
95
<multithreadedtc .version>1.01</multithreadedtc .version>
99
- <project .type>multi</project .type>
100
96
<springdata .commons>4.0.0-SNAPSHOT</springdata .commons>
101
97
</properties >
102
98
158
154
<scope >test</scope >
159
155
</dependency >
160
156
161
- <dependency >
162
- <groupId >com.carrotsearch</groupId >
163
- <artifactId >hppc</artifactId >
164
- <version >${hppc.version} </version >
165
- <scope >test</scope >
166
- </dependency >
167
-
168
157
<dependency >
169
158
<groupId >edu.umd.cs.mtc</groupId >
170
159
<artifactId >multithreadedtc</artifactId >
Original file line number Diff line number Diff line change 167
167
<groupId >javax.inject</groupId >
168
168
<artifactId >javax.inject</artifactId >
169
169
</exclusion >
170
+ <exclusion >
171
+ <groupId >org.perfkit.sjk.parsers</groupId >
172
+ <artifactId >*</artifactId >
173
+ </exclusion >
174
+ <exclusion >
175
+ <groupId >com.jrockit.mc</groupId >
176
+ <artifactId >*</artifactId >
177
+ </exclusion >
170
178
</exclusions >
171
179
</dependency >
172
180
198
206
<artifactId >multithreadedtc</artifactId >
199
207
</dependency >
200
208
201
- <dependency >
202
- <groupId >com.carrotsearch</groupId >
203
- <artifactId >hppc</artifactId >
204
- </dependency >
205
-
206
209
<!-- Kotlin extension -->
207
210
<dependency >
208
211
<groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments