|
81 | 81 | <version.thymeleaf-spring-data-dialect>3.5.0</version.thymeleaf-spring-data-dialect> |
82 | 82 |
|
83 | 83 | <!-- Webjars --> |
84 | | - <webjars.jquery.version>3.6.0</webjars.jquery.version> |
| 84 | + <webjars.jquery.version>3.6.1</webjars.jquery.version> |
85 | 85 | <webjars.popper.js.version>2.9.3</webjars.popper.js.version> |
86 | 86 | <webjars.bootstrap.version>5.2.0</webjars.bootstrap.version> |
87 | 87 | <webjars.font-awesome.version>6.1.2</webjars.font-awesome.version> |
88 | | - <opencsv.version>5.3</opencsv.version> |
| 88 | + <opencsv.version>5.7.0</opencsv.version> |
89 | 89 |
|
90 | 90 | <!-- Unit and Integration Testing --> |
91 | 91 | <skipTests>true</skipTests> |
92 | 92 | <xmlunit.version>2.9.0</xmlunit.version> |
93 | | - <htmlunit.version>2.63.0</htmlunit.version> |
| 93 | + <htmlunit.version>2.64.0</htmlunit.version> |
94 | 94 | <groovy-all.version>2.4.21</groovy-all.version> |
95 | 95 | <hamcrest.version>2.2</hamcrest.version> |
96 | 96 | <jsoup.version>1.15.3</jsoup.version> |
97 | | - <pmdVersion>6.46.0</pmdVersion> |
| 97 | + <pmdVersion>6.49.0</pmdVersion> |
98 | 98 |
|
99 | 99 | <!-- SCM and Releasing --> |
100 | 100 | <version.org.apache.maven.scm>1.13.0</version.org.apache.maven.scm> |
|
250 | 250 | <type>pom</type> |
251 | 251 | <scope>import</scope> |
252 | 252 | </dependency> |
| 253 | + <!-- |
253 | 254 | <dependency> |
254 | 255 | <groupId>org.springframework.integration</groupId> |
255 | 256 | <artifactId>spring-integration-bom</artifactId> |
|
262 | 263 | <artifactId>spring-integration-ws</artifactId> |
263 | 264 | <version>${spring-integration.version}</version> |
264 | 265 | </dependency> |
| 266 | + --> |
265 | 267 |
|
266 | 268 | <!-- webjars --> |
267 | 269 | <dependency> |
|
305 | 307 | <version>${lombok.version}</version> |
306 | 308 | <optional>false</optional> |
307 | 309 | </dependency> |
| 310 | + |
| 311 | + <!-- |
308 | 312 | <dependency> |
309 | 313 | <groupId>org.hamcrest</groupId> |
310 | 314 | <artifactId>hamcrest</artifactId> |
|
323 | 327 | <version>${hamcrest.version}</version> |
324 | 328 | <scope>test</scope> |
325 | 329 | </dependency> |
326 | | - |
327 | 330 | <dependency> |
328 | 331 | <groupId>org.jsoup</groupId> |
329 | 332 | <artifactId>jsoup</artifactId> |
330 | 333 | <version>${jsoup.version}</version> |
331 | 334 | <scope>test</scope> |
332 | 335 | </dependency> |
| 336 | + --> |
| 337 | + |
| 338 | + <dependency> |
| 339 | + <groupId>org.postgresql</groupId> |
| 340 | + <artifactId>postgresql</artifactId> |
| 341 | + <version>42.4.1</version> |
| 342 | + </dependency> |
333 | 343 |
|
334 | 344 | <!-- SCM --> |
335 | 345 | <dependency> |
|
559 | 569 | <type>maven-plugin</type> |
560 | 570 | <scope>provided</scope> |
561 | 571 | </dependency> |
562 | | - |
| 572 | + <!-- |
563 | 573 | <dependency> |
564 | 574 | <groupId>org.apache.maven.doxia</groupId> |
565 | 575 | <artifactId>doxia-module-markdown</artifactId> |
566 | 576 | <version>${version.doxia-module-markdown}</version> |
567 | 577 | <scope>provided</scope> |
568 | 578 | </dependency> |
569 | | - |
570 | 579 | <dependency> |
571 | 580 | <groupId>org.xmlunit</groupId> |
572 | 581 | <artifactId>xmlunit-legacy</artifactId> |
|
585 | 594 | <version>${groovy-all.version}</version> |
586 | 595 | <scope>test</scope> |
587 | 596 | </dependency> |
| 597 | + --> |
588 | 598 | </dependencies> |
589 | 599 | </dependencyManagement> |
590 | 600 |
|
|
607 | 617 | <scope>provided</scope> |
608 | 618 | <optional>true</optional> |
609 | 619 | </dependency> |
610 | | - <!-- spring-boot-starter --> |
611 | 620 | <dependency> |
612 | 621 | <groupId>org.springframework.boot</groupId> |
613 | 622 | <artifactId>spring-boot-starter-actuator</artifactId> |
|
681 | 690 | <artifactId>spring-boot-starter-cache</artifactId> |
682 | 691 | </dependency> |
683 | 692 | --> |
684 | | - <!-- org.springframework --> |
| 693 | + <!-- |
685 | 694 | <dependency> |
686 | 695 | <groupId>org.springframework</groupId> |
687 | 696 | <artifactId>spring-core</artifactId> |
|
731 | 740 | <groupId>org.springframework.security</groupId> |
732 | 741 | <artifactId>spring-security-config</artifactId> |
733 | 742 | </dependency> |
734 | | - <!-- |
735 | 743 | <dependency> |
736 | 744 | <groupId>org.springframework.security</groupId> |
737 | 745 | <artifactId>spring-security-remoting</artifactId> |
738 | 746 | </dependency> |
739 | | - --> |
| 747 | +
|
740 | 748 | <dependency> |
741 | 749 | <groupId>org.springframework.security</groupId> |
742 | 750 | <artifactId>spring-security-web</artifactId> |
|
757 | 765 | <groupId>org.springframework.data</groupId> |
758 | 766 | <artifactId>spring-data-commons</artifactId> |
759 | 767 | </dependency> |
| 768 | + --> |
760 | 769 |
|
761 | 770 | <dependency> |
762 | 771 | <groupId>org.springframework.security</groupId> |
763 | 772 | <artifactId>spring-security-test</artifactId> |
764 | 773 | <scope>test</scope> |
765 | 774 | </dependency> |
766 | 775 |
|
767 | | - <!-- Frontend Webjars --> |
768 | 776 | <dependency> |
769 | 777 | <groupId>org.webjars</groupId> |
770 | 778 | <artifactId>jquery</artifactId> |
|
781 | 789 | <groupId>org.webjars</groupId> |
782 | 790 | <artifactId>font-awesome</artifactId> |
783 | 791 | </dependency> |
784 | | - |
785 | | - <dependency> |
786 | | - <groupId>org.postgresql</groupId> |
787 | | - <artifactId>postgresql</artifactId> |
788 | | - </dependency> |
789 | | - <dependency> |
790 | | - <groupId>com.zaxxer</groupId> |
791 | | - <artifactId>HikariCP</artifactId> |
792 | | - </dependency> |
793 | | - |
794 | 792 | <dependency> |
795 | 793 | <groupId>org.thymeleaf</groupId> |
796 | 794 | <artifactId>thymeleaf</artifactId> |
|
824 | 822 | <dependency> |
825 | 823 | <groupId>org.thymeleaf</groupId> |
826 | 824 | <artifactId>thymeleaf-testing</artifactId> |
827 | | - <scope>provided</scope> |
| 825 | + <scope>test</scope> |
| 826 | + </dependency> |
| 827 | + <dependency> |
| 828 | + <groupId>org.postgresql</groupId> |
| 829 | + <artifactId>postgresql</artifactId> |
| 830 | + </dependency> |
| 831 | + <dependency> |
| 832 | + <groupId>com.zaxxer</groupId> |
| 833 | + <artifactId>HikariCP</artifactId> |
828 | 834 | </dependency> |
829 | 835 |
|
| 836 | + <!-- |
830 | 837 | <dependency> |
831 | 838 | <groupId>org.hibernate</groupId> |
832 | 839 | <artifactId>hibernate-core</artifactId> |
833 | 840 | </dependency> |
834 | | - |
835 | 841 | <dependency> |
836 | 842 | <groupId>org.jsoup</groupId> |
837 | 843 | <artifactId>jsoup</artifactId> |
838 | 844 | <scope>test</scope> |
839 | 845 | </dependency> |
| 846 | + --> |
840 | 847 |
|
841 | 848 | <!-- scope test - without dependency-management in this pom.xml --> |
842 | 849 | <dependency> |
|
850 | 857 | <scope>test</scope> |
851 | 858 | </dependency> |
852 | 859 |
|
| 860 | + <!-- |
853 | 861 | <dependency> |
854 | 862 | <groupId>org.hamcrest</groupId> |
855 | 863 | <artifactId>hamcrest</artifactId> |
|
875 | 883 | <artifactId>htmlunit</artifactId> |
876 | 884 | <scope>test</scope> |
877 | 885 | </dependency> |
| 886 | + --> |
878 | 887 |
|
879 | 888 | <!-- scm --> |
880 | 889 | <dependency> |
|
908 | 917 | <scope>provided</scope> |
909 | 918 | </dependency> |
910 | 919 |
|
911 | | - <!-- maven plugins --> |
912 | 920 | <dependency> |
913 | 921 | <groupId>org.apache.maven.plugins</groupId> |
914 | 922 | <artifactId>maven-enforcer-plugin</artifactId> |
|
1040 | 1048 | <type>maven-plugin</type> |
1041 | 1049 | <scope>provided</scope> |
1042 | 1050 | </dependency> |
| 1051 | + <!-- |
1043 | 1052 | <dependency> |
1044 | 1053 | <groupId>org.apache.maven.doxia</groupId> |
1045 | 1054 | <artifactId>doxia-module-markdown</artifactId> |
|
1050 | 1059 | <artifactId>groovy-all</artifactId> |
1051 | 1060 | <scope>test</scope> |
1052 | 1061 | </dependency> |
| 1062 | + --> |
1053 | 1063 | </dependencies> |
1054 | 1064 |
|
1055 | 1065 | <build> |
|
0 commit comments