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