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 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>
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments