|
40 | 40 | <version>${slf4j.version}</version>
|
41 | 41 | </dependency>
|
42 | 42 |
|
43 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 43 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
44 | 44 | <dependency>
|
45 | 45 | <groupId>org.springframework.boot</groupId>
|
46 | 46 | <artifactId>spring-boot-starter</artifactId>
|
|
52 | 52 | </exclusions>
|
53 | 53 | </dependency>
|
54 | 54 |
|
55 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 55 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
56 | 56 | <dependency>
|
57 | 57 | <groupId>org.springframework.boot</groupId>
|
58 | 58 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
64 | 64 | </exclusions>
|
65 | 65 | </dependency>
|
66 | 66 |
|
67 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 67 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
68 | 68 | <dependency>
|
69 | 69 | <groupId>org.springframework.boot</groupId>
|
70 | 70 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
80 | 80 | </exclusions>
|
81 | 81 | </dependency>
|
82 | 82 |
|
83 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
| 83 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-logging/pom.xml --> |
84 | 84 | <dependency>
|
85 | 85 | <groupId>org.springframework.boot</groupId>
|
86 | 86 | <artifactId>spring-boot-starter-logging</artifactId>
|
87 | 87 | </dependency>
|
88 | 88 |
|
89 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
| 89 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
90 | 90 | <dependency>
|
91 | 91 | <groupId>org.springframework.boot</groupId>
|
92 | 92 | <artifactId>spring-boot-starter-mail</artifactId>
|
93 | 93 | </dependency>
|
94 | 94 |
|
95 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 95 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
96 | 96 | <dependency>
|
97 | 97 | <groupId>org.springframework.boot</groupId>
|
98 | 98 | <artifactId>spring-boot-starter-security</artifactId>
|
99 | 99 | </dependency>
|
100 | 100 |
|
101 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 101 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
102 | 102 | <dependency>
|
103 | 103 | <groupId>org.springframework.boot</groupId>
|
104 | 104 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
110 | 110 | </exclusions>
|
111 | 111 | </dependency>
|
112 | 112 |
|
113 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-validation/pom.xml --> |
| 113 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-validation/pom.xml --> |
114 | 114 | <dependency>
|
115 | 115 | <groupId>org.springframework.boot</groupId>
|
116 | 116 | <artifactId>spring-boot-starter-validation</artifactId>
|
117 | 117 | </dependency>
|
118 | 118 |
|
119 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 119 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
120 | 120 | <dependency>
|
121 | 121 | <groupId>org.springframework.boot</groupId>
|
122 | 122 | <artifactId>spring-boot-starter-web</artifactId>
|
|
271 | 271 | <dependency>
|
272 | 272 | <groupId>org.seleniumhq.selenium</groupId>
|
273 | 273 | <artifactId>htmlunit-driver</artifactId>
|
274 |
| - <version>${selenium.htmlunit.version}</version> |
| 274 | + <version>${htmlunit.version}</version> |
275 | 275 | <scope>test</scope>
|
276 | 276 | <exclusions>
|
277 | 277 | <exclusion>
|
|
308 | 308 | <scope>test</scope>
|
309 | 309 | </dependency>
|
310 | 310 |
|
| 311 | + <!-- |
| 312 | + For ConfigFileApplicationContextInitializer class. |
| 313 | + https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-test/pom.xml |
| 314 | + --> |
| 315 | + <dependency> |
| 316 | + <groupId>org.springframework.boot</groupId> |
| 317 | + <artifactId>spring-boot-test</artifactId> |
| 318 | + <scope>test</scope> |
| 319 | + </dependency> |
| 320 | + |
311 | 321 | <dependency>
|
312 | 322 | <groupId>org.subethamail</groupId>
|
313 | 323 | <artifactId>subethasmtp</artifactId>
|
|
332 | 342 | </dependencies>
|
333 | 343 |
|
334 | 344 | <parent>
|
335 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.7.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 345 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
336 | 346 | <groupId>org.springframework.boot</groupId>
|
337 | 347 | <artifactId>spring-boot-starter-parent</artifactId>
|
338 |
| - <version>1.3.7.RELEASE</version> |
| 348 | + <version>1.4.1.RELEASE</version> |
339 | 349 | </parent>
|
340 | 350 |
|
341 | 351 | <properties>
|
|
346 | 356 | <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
|
347 | 357 | <clean.plugin.version>3.0.0</clean.plugin.version>
|
348 | 358 |
|
349 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 359 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
350 | 360 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
351 | 361 |
|
352 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 362 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
353 | 363 | <commons-pool.version>1.5.4</commons-pool.version>
|
354 | 364 |
|
355 | 365 | <commons.lang.version>3.4</commons.lang.version>
|
|
361 | 371 | <gmaven.plugin.version>1.4</gmaven.plugin.version>
|
362 | 372 | <gmaven.runtime.plugin.version>1.5</gmaven.runtime.plugin.version>
|
363 | 373 |
|
364 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 374 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
365 | 375 | <groovy.version>2.0.8</groovy.version>
|
366 | 376 |
|
367 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 377 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
368 | 378 | <h2.version>1.4.192</h2.version>
|
369 | 379 |
|
370 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 380 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
371 | 381 | <hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
|
372 | 382 |
|
| 383 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 384 | + <htmlunit.version>2.20</htmlunit.version> |
| 385 | + |
373 | 386 | <jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version>
|
374 | 387 | <jasmine.plugin.version>2.2</jasmine.plugin.version>
|
375 | 388 |
|
376 |
| - <!-- Redefine default value from spring-boot-starter-parent (https://git.io/vKAiy) --> |
| 389 | + <!-- Redefine default value from spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
377 | 390 | <java.version>1.8</java.version>
|
378 | 391 |
|
379 | 392 | <javadoc.plugin.version>2.10.4</javadoc.plugin.version>
|
380 | 393 |
|
381 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 394 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
382 | 395 | <javax-mail.version>1.5.4</javax-mail.version>
|
383 | 396 |
|
384 | 397 | <javax.validation.version>1.1.0.Final</javax.validation.version>
|
385 | 398 |
|
386 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 399 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
387 | 400 | <jetty.version>9.2.18.v20160721</jetty.version>
|
388 | 401 |
|
389 | 402 | <!-- Don't forget to update version in the Url class -->
|
390 | 403 | <jquery.version>1.9.1</jquery.version>
|
391 | 404 |
|
392 | 405 | <license.plugin.version>1.9.0</license.plugin.version>
|
393 | 406 |
|
394 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 407 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
395 | 408 | <liquibase.version>3.5.1</liquibase.version>
|
396 | 409 |
|
| 410 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
397 | 411 | <lombok.version>1.16.10</lombok.version>
|
| 412 | + |
398 | 413 | <minify.plugin.version>1.7.4</minify.plugin.version>
|
399 | 414 |
|
400 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 415 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
401 | 416 | <mysql.version>5.1.39</mysql.version>
|
402 | 417 |
|
403 | 418 | <native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
|
|
407 | 422 | <!-- Don't forget to update version in the Url class -->
|
408 | 423 | <selectizejs.version>0.12.3</selectizejs.version>
|
409 | 424 |
|
410 |
| - <selenium.htmlunit.version>2.21</selenium.htmlunit.version> |
| 425 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
411 | 426 | <selenium.version>2.53.1</selenium.version>
|
412 | 427 |
|
413 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 428 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
414 | 429 | <servlet-api.version>3.1.0</servlet-api.version>
|
415 | 430 |
|
416 | 431 | <skipUnitTests>false</skipUnitTests>
|
417 | 432 |
|
418 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 433 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
419 | 434 | <slf4j.version>1.7.21</slf4j.version>
|
420 | 435 |
|
421 | 436 | <sortpom.plugin.version>2.5.0</sortpom.plugin.version>
|
422 | 437 |
|
423 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 438 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
424 | 439 | <spock.version>1.0-groovy-2.0</spock.version>
|
425 | 440 |
|
426 |
| - <!-- Define default value for spring-boot-starter-parent (https://git.io/vKAiy) --> |
| 441 | + <!-- Define default value for spring-boot-starter-parent (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml) --> |
427 | 442 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
428 | 443 |
|
429 | 444 | <subethasmtp.version>3.1.7</subethasmtp.version>
|
430 | 445 | <surefire.plugin.version>2.19.1</surefire.plugin.version>
|
431 | 446 | <testng.version>6.8.8</testng.version>
|
432 | 447 |
|
433 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 448 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
434 | 449 | <thymeleaf-extras-springsecurity4.version>2.1.2.RELEASE</thymeleaf-extras-springsecurity4.version>
|
435 | 450 |
|
436 | 451 | <thymeleaf.togglz.version>1.1.0.RELEASE</thymeleaf.togglz.version>
|
437 | 452 |
|
438 |
| - <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKAiK) --> |
| 453 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
439 | 454 | <thymeleaf.version>2.1.5.RELEASE</thymeleaf.version>
|
440 | 455 |
|
441 | 456 | <togglz.version>2.3.0.Final</togglz.version>
|
|
0 commit comments