Skip to content

Commit b28ea18

Browse files
committed
Polishing.
Revise test dependencies. See #1154
1 parent e692f31 commit b28ea18

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@
107107
<cassandra-driver.version>4.19.0</cassandra-driver.version>
108108
<dist.id>spring-data-cassandra</dist.id>
109109
<el.version>1.0</el.version>
110-
<!-- NOTE: com.carrotsearch:hppc dependency version set to same version as Apache Cassandra 3.11.5 -->
111-
<hppc.version>0.5.4</hppc.version>
112110
<multithreadedtc.version>1.01</multithreadedtc.version>
113111
<project.type>multi</project.type>
114112
<springdata.commons>3.5.5-SNAPSHOT</springdata.commons>
@@ -210,6 +208,19 @@
210208
</plugin>
211209
</plugins>
212210

211+
<pluginManagement>
212+
<plugins>
213+
<plugin>
214+
<groupId>org.apache.maven.plugins</groupId>
215+
<artifactId>maven-resources-plugin</artifactId>
216+
<configuration>
217+
<propertiesEncoding>${project.build.sourceEncoding}
218+
</propertiesEncoding>
219+
</configuration>
220+
</plugin>
221+
</plugins>
222+
</pluginManagement>
223+
213224
<resources>
214225
<resource>
215226
<directory>src/main/resources</directory>

spring-data-cassandra/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -162,28 +162,11 @@
162162
<scope>test</scope>
163163
</dependency>
164164

165-
<dependency>
166-
<groupId>com.fasterxml.jackson.core</groupId>
167-
<artifactId>jackson-core</artifactId>
168-
<scope>test</scope>
169-
</dependency>
170-
171-
<dependency>
172-
<groupId>com.fasterxml.jackson.core</groupId>
173-
<artifactId>jackson-databind</artifactId>
174-
<scope>test</scope>
175-
</dependency>
176-
177165
<dependency>
178166
<groupId>edu.umd.cs.mtc</groupId>
179167
<artifactId>multithreadedtc</artifactId>
180168
</dependency>
181169

182-
<dependency>
183-
<groupId>com.carrotsearch</groupId>
184-
<artifactId>hppc</artifactId>
185-
</dependency>
186-
187170
<!-- Kotlin extension -->
188171
<dependency>
189172
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)