Skip to content

Commit a5f7da3

Browse files
committed
Cleanup.
Closes #1573
1 parent 834c56e commit a5f7da3

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

pom.xml

-11
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@
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

@@ -158,13 +154,6 @@
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>

spring-data-cassandra/pom.xml

+8-5
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@
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

@@ -198,11 +206,6 @@
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>

0 commit comments

Comments
 (0)