|
245 | 245 | <dependency>
|
246 | 246 | <groupId>com.h2database</groupId>
|
247 | 247 | <artifactId>h2</artifactId>
|
248 |
| - <version>1.4.196</version> |
| 248 | + <version>2.0.206</version> |
249 | 249 | <scope>test</scope>
|
250 | 250 | </dependency>
|
251 | 251 |
|
|
271 | 271 | <dependency>
|
272 | 272 | <groupId>junit</groupId>
|
273 | 273 | <artifactId>junit</artifactId>
|
274 |
| - <version>4.12</version> |
| 274 | + <version>${junit.version}</version> |
275 | 275 | <scope>test</scope>
|
276 | 276 | </dependency>
|
277 | 277 | <dependency>
|
|
280 | 280 | <version>1.5.2</version>
|
281 | 281 | <scope>test</scope>
|
282 | 282 | </dependency>
|
283 |
| -<!-- <dependency>--> |
284 |
| -<!-- <groupId>org.springframework.cloud</groupId>--> |
285 |
| -<!-- <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>--> |
286 |
| -<!-- <version>${spring.cloud.version}</version>--> |
287 |
| -<!-- <exclusions>--> |
288 |
| -<!-- <exclusion>--> |
289 |
| -<!-- <artifactId>logback-classic</artifactId>--> |
290 |
| -<!-- <groupId>ch.qos.logback</groupId>--> |
291 |
| -<!-- </exclusion>--> |
292 |
| -<!-- <exclusion>--> |
293 |
| -<!-- <artifactId>log4j-to-slf4j</artifactId>--> |
294 |
| -<!-- <groupId>org.apache.logging.log4j</groupId>--> |
295 |
| -<!-- </exclusion>--> |
296 |
| -<!-- <exclusion>--> |
297 |
| -<!-- <artifactId>gson</artifactId>--> |
298 |
| -<!-- <groupId>com.google.code.gson</groupId>--> |
299 |
| -<!-- </exclusion>--> |
300 |
| -<!-- <exclusion>--> |
301 |
| -<!-- <artifactId>jsr311-api</artifactId>--> |
302 |
| -<!-- <groupId>javax.ws.rs</groupId>--> |
303 |
| -<!-- </exclusion>--> |
304 |
| -<!-- <exclusion>--> |
305 |
| -<!-- <artifactId>xstream</artifactId>--> |
306 |
| -<!-- <groupId>com.thoughtworks.xstream</groupId>--> |
307 |
| -<!-- </exclusion>--> |
308 |
| -<!-- <exclusion>--> |
309 |
| -<!-- <artifactId>commons-math</artifactId>--> |
310 |
| -<!-- <groupId>org.apache.commons</groupId>--> |
311 |
| -<!-- </exclusion>--> |
312 |
| -<!-- <exclusion>--> |
313 |
| -<!-- <artifactId>jackson-core</artifactId>--> |
314 |
| -<!-- <groupId>com.fasterxml.jackson.core</groupId>--> |
315 |
| -<!-- </exclusion>--> |
316 |
| -<!-- <exclusion>--> |
317 |
| -<!-- <artifactId>spring-boot-autoconfigure</artifactId>--> |
318 |
| -<!-- <groupId>org.springframework.boot</groupId>--> |
319 |
| -<!-- </exclusion>--> |
320 |
| -<!-- <exclusion>--> |
321 |
| -<!-- <artifactId>spring-boot-starter-aop</artifactId>--> |
322 |
| -<!-- <groupId>org.springframework.boot</groupId>--> |
323 |
| -<!-- </exclusion>--> |
324 |
| -<!-- <exclusion>--> |
325 |
| -<!-- <artifactId>spring-boot-starter</artifactId>--> |
326 |
| -<!-- <groupId>org.springframework.boot</groupId>--> |
327 |
| -<!-- </exclusion>--> |
328 |
| -<!-- <exclusion>--> |
329 |
| -<!-- <artifactId>spring-boot-starter-cache</artifactId>--> |
330 |
| -<!-- <groupId>org.springframework.boot</groupId>--> |
331 |
| -<!-- </exclusion>--> |
332 |
| -<!-- <exclusion>--> |
333 |
| -<!-- <groupId>org.springframework.cloud</groupId>--> |
334 |
| -<!-- <artifactId>spring-cloud-starter-loadbalancer</artifactId>--> |
335 |
| -<!-- </exclusion>--> |
336 |
| -<!-- </exclusions>--> |
337 |
| -<!-- </dependency>--> |
338 | 283 |
|
339 | 284 | <dependency>
|
340 | 285 | <artifactId>xstream</artifactId>
|
341 | 286 | <groupId>com.thoughtworks.xstream</groupId>
|
342 |
| - <version>1.4.11.1</version> |
| 287 | + <version>${xstream.version}</version> |
343 | 288 | </dependency>
|
344 | 289 |
|
345 | 290 | </dependencies>
|
346 | 291 |
|
347 | 292 | <build>
|
348 | 293 | <plugins>
|
349 | 294 | <plugin>
|
350 |
| - <artifactId>maven-surefire-plugin</artifactId> |
351 |
| - <version>${maven-surefire-plugin.version}</version> |
| 295 | + <groupId>org.apache.maven.plugins</groupId> |
| 296 | + <artifactId>maven-deploy-plugin</artifactId> |
352 | 297 | </plugin>
|
353 | 298 | <plugin>
|
354 | 299 | <artifactId>maven-failsafe-plugin</artifactId>
|
|
0 commit comments