File tree Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 107
107
<cassandra-driver .version>4.19.0</cassandra-driver .version>
108
108
<dist .id>spring-data-cassandra</dist .id>
109
109
<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>
112
110
<multithreadedtc .version>1.01</multithreadedtc .version>
113
111
<project .type>multi</project .type>
114
112
<springdata .commons>3.5.5-SNAPSHOT</springdata .commons>
210
208
</plugin >
211
209
</plugins >
212
210
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
+
213
224
<resources >
214
225
<resource >
215
226
<directory >src/main/resources</directory >
Original file line number Diff line number Diff line change 162
162
<scope >test</scope >
163
163
</dependency >
164
164
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
-
177
165
<dependency >
178
166
<groupId >edu.umd.cs.mtc</groupId >
179
167
<artifactId >multithreadedtc</artifactId >
180
168
</dependency >
181
169
182
- <dependency >
183
- <groupId >com.carrotsearch</groupId >
184
- <artifactId >hppc</artifactId >
185
- </dependency >
186
-
187
170
<!-- Kotlin extension -->
188
171
<dependency >
189
172
<groupId >org.jetbrains.kotlin</groupId >
You can’t perform that action at this time.
0 commit comments