File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 9292 <cassandra .version>5.0.3</cassandra .version>
9393 <cassandra-driver .version>4.19.0</cassandra-driver .version>
9494 <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>
9895 <multithreadedtc .version>1.01</multithreadedtc .version>
99- <project .type>multi</project .type>
10096 <springdata .commons>4.0.0-SNAPSHOT</springdata .commons>
10197 </properties >
10298
158154 <scope >test</scope >
159155 </dependency >
160156
161- <dependency >
162- <groupId >com.carrotsearch</groupId >
163- <artifactId >hppc</artifactId >
164- <version >${hppc.version} </version >
165- <scope >test</scope >
166- </dependency >
167-
168157 <dependency >
169158 <groupId >edu.umd.cs.mtc</groupId >
170159 <artifactId >multithreadedtc</artifactId >
Original file line number Diff line number Diff line change 167167 <groupId >javax.inject</groupId >
168168 <artifactId >javax.inject</artifactId >
169169 </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 >
170178 </exclusions >
171179 </dependency >
172180
198206 <artifactId >multithreadedtc</artifactId >
199207 </dependency >
200208
201- <dependency >
202- <groupId >com.carrotsearch</groupId >
203- <artifactId >hppc</artifactId >
204- </dependency >
205-
206209 <!-- Kotlin extension -->
207210 <dependency >
208211 <groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments