|
355 | 355 | <properties>
|
356 | 356 | <lombok.version>1.16.8</lombok.version>
|
357 | 357 | <selenium.version>2.53.1</selenium.version>
|
| 358 | + |
358 | 359 | <selenium.htmlunit.version>2.20</selenium.htmlunit.version>
|
| 360 | + |
359 | 361 | <subethasmtp.version>3.1.7</subethasmtp.version>
|
360 | 362 | <aspectj.version>1.8.5</aspectj.version>
|
| 363 | + |
361 | 364 | <javax.validation.version>1.1.0.Final</javax.validation.version>
|
362 | 365 | <commons.lang.version>3.4</commons.lang.version>
|
| 366 | + |
363 | 367 | <commons.io.version>2.4</commons.io.version>
|
| 368 | + |
364 | 369 | <thymeleaf.togglz.version>1.0.1.RELEASE</thymeleaf.togglz.version>
|
| 370 | + |
365 | 371 | <togglz.version>2.2.0.Final</togglz.version>
|
366 | 372 |
|
367 |
| - <!-- |
368 |
| - Also don't forget to change version in: |
369 |
| - src/main/java/ru/mystamps/web/config/MvcConfig.java |
370 |
| - src/main/java/ru/mystamps/web/Url.java |
371 |
| - --> |
| 373 | + <!-- Don't forget to update version in MvcConfig and Url classes --> |
372 | 374 | <bootstrap.version>3.3.6</bootstrap.version>
|
| 375 | + |
| 376 | + <!-- Don't forget to update version in MvcConfig and Url classes --> |
373 | 377 | <jquery.version>1.9.1</jquery.version>
|
374 |
| - <selectizejs.version>0.12.1</selectizejs.version> |
375 | 378 |
|
| 379 | + <!-- Don't forget to update version in MvcConfig and Url classes --> |
| 380 | + <selectizejs.version>0.12.1</selectizejs.version> |
376 | 381 | <testng.version>6.8.8</testng.version>
|
| 382 | + |
377 | 383 | <cglib.version>2.2.2</cglib.version>
|
378 | 384 | <fest.assert.version>2.0M8</fest.assert.version>
|
379 |
| - |
380 | 385 | <compiler.plugin.version>3.5.1</compiler.plugin.version>
|
381 | 386 | <resources.plugin.version>2.7</resources.plugin.version>
|
382 | 387 | <clean.plugin.version>3.0.0</clean.plugin.version>
|
383 | 388 | <war.plugin.version>2.6</war.plugin.version>
|
| 389 | + |
384 | 390 | <native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
|
385 | 391 | <surefire.plugin.version>2.19.1</surefire.plugin.version>
|
386 | 392 | <gmaven.plugin.version>1.4</gmaven.plugin.version>
|
387 | 393 | <gmaven.runtime.plugin.version>1.5</gmaven.runtime.plugin.version>
|
388 | 394 | <jasmine.plugin.version>2.1</jasmine.plugin.version>
|
389 | 395 | <minify.plugin.version>1.7.4</minify.plugin.version>
|
390 | 396 | <failsafe.plugin.version>2.19.1</failsafe.plugin.version>
|
| 397 | + |
391 | 398 | <license.plugin.version>1.9.0</license.plugin.version>
|
392 | 399 | <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
|
393 | 400 | <pmd.plugin.version>3.6</pmd.plugin.version>
|
| 401 | + |
394 | 402 | <jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version>
|
395 | 403 | <coveralls.plugin.version>2.2.0</coveralls.plugin.version>
|
| 404 | + |
396 | 405 | <javadoc.plugin.version>2.10.4</javadoc.plugin.version>
|
397 | 406 | <enforcer.plugin.version>1.4.1</enforcer.plugin.version>
|
| 407 | + |
398 | 408 | <sortpom.plugin.version>2.4.0</sortpom.plugin.version>
|
399 | 409 |
|
400 |
| - <!-- |
401 |
| - Definitions and redefinitions of default values from spring-boot-dependencies: |
402 |
| - https://github.com/spring-projects/spring-boot/blob/v1.3.6.RELEASE/spring-boot-dependencies/pom.xml |
403 |
| - --> |
| 410 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
404 | 411 | <commons-beanutils.version>1.9.2</commons-beanutils.version>
|
| 412 | + |
| 413 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
405 | 414 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
| 415 | + |
| 416 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
406 | 417 | <commons-pool.version>1.5.4</commons-pool.version>
|
| 418 | + |
| 419 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
407 | 420 | <groovy.version>2.0.8</groovy.version>
|
| 421 | + |
| 422 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
408 | 423 | <hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
|
| 424 | + |
| 425 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
409 | 426 | <javax-mail.version>1.5.4</javax-mail.version>
|
| 427 | + |
| 428 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
410 | 429 | <jetty.version>9.2.17.v20160517</jetty.version>
|
| 430 | + |
| 431 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
411 | 432 | <h2.version>1.4.192</h2.version>
|
| 433 | + |
| 434 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
412 | 435 | <mysql.version>5.1.39</mysql.version>
|
| 436 | + |
| 437 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
413 | 438 | <servlet-api.version>3.1.0</servlet-api.version>
|
| 439 | + |
| 440 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
414 | 441 | <slf4j.version>1.7.21</slf4j.version>
|
| 442 | + |
| 443 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
415 | 444 | <spock.version>1.0-groovy-2.0</spock.version>
|
| 445 | + |
| 446 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
416 | 447 | <thymeleaf.version>2.1.4.RELEASE</thymeleaf.version>
|
| 448 | + |
| 449 | + <!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) --> |
417 | 450 | <thymeleaf-extras-springsecurity4.version>2.1.2.RELEASE</thymeleaf-extras-springsecurity4.version>
|
418 | 451 |
|
419 |
| - <!-- Definitions and redefinitions of default values from spring-boot-starter-parent --> |
| 452 | + <!-- Redefine default value from spring-boot-starter-parent (https://git.io/vKFmR) --> |
420 | 453 | <java.version>1.8</java.version>
|
| 454 | + |
| 455 | + <!-- Define default value for spring-boot-starter-parent (https://git.io/vKFmR) --> |
421 | 456 | <start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
|
422 | 457 |
|
423 | 458 | <skipUnitTests>false</skipUnitTests>
|
|
0 commit comments