|
650 | 650 | <groupId>org.springframework.boot</groupId> |
651 | 651 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
652 | 652 | </dependency> |
653 | | - |
654 | 653 | <dependency> |
655 | 654 | <groupId>org.springframework.boot</groupId> |
656 | 655 | <artifactId>spring-boot-starter-data-rest</artifactId> |
|
659 | 658 | <groupId>org.springframework.boot</groupId> |
660 | 659 | <artifactId>spring-boot-starter-hateoas</artifactId> |
661 | 660 | </dependency> |
662 | | - |
663 | 661 | <dependency> |
664 | 662 | <groupId>org.springframework.boot</groupId> |
665 | 663 | <artifactId>spring-boot-starter-jersey</artifactId> |
666 | 664 | </dependency> |
667 | | - |
668 | 665 | <dependency> |
669 | 666 | <groupId>org.springframework.boot</groupId> |
670 | 667 | <artifactId>spring-boot-starter-jdbc</artifactId> |
671 | 668 | </dependency> |
672 | | - |
673 | 669 | <dependency> |
674 | 670 | <groupId>org.springframework.boot</groupId> |
675 | 671 | <artifactId>spring-boot-starter-security</artifactId> |
|
682 | 678 | <groupId>org.springframework.boot</groupId> |
683 | 679 | <artifactId>spring-boot-starter-validation</artifactId> |
684 | 680 | </dependency> |
685 | | - |
686 | 681 | <dependency> |
687 | 682 | <groupId>org.springframework.boot</groupId> |
688 | 683 | <artifactId>spring-boot-starter-mail</artifactId> |
689 | 684 | </dependency> |
690 | | - |
691 | 685 | <dependency> |
692 | 686 | <groupId>org.springframework.boot</groupId> |
693 | 687 | <artifactId>spring-boot-starter-web</artifactId> |
694 | 688 | </dependency> |
695 | | - |
696 | 689 | <dependency> |
697 | 690 | <groupId>org.springframework.boot</groupId> |
698 | 691 | <artifactId>spring-boot-starter-test</artifactId> |
|
712 | 705 | <groupId>org.springframework.boot</groupId> |
713 | 706 | <artifactId>spring-boot-starter-logging</artifactId> |
714 | 707 | </dependency> |
715 | | - |
716 | 708 | <dependency> |
717 | 709 | <groupId>org.springframework.boot</groupId> |
718 | 710 | <artifactId>spring-boot-starter-web-services</artifactId> |
|
729 | 721 | <groupId>org.springframework.boot</groupId> |
730 | 722 | <artifactId>spring-boot-starter-json</artifactId> |
731 | 723 | </dependency> |
732 | | - <!--<dependency> |
733 | | - <groupId>org.springframework.boot</groupId> |
734 | | - <artifactId>spring-boot-starter-test</artifactId> |
735 | | - <scope>test</scope> |
736 | | - <exclusions> |
737 | | - <exclusion> |
738 | | - <groupId>junit</groupId> |
739 | | - <artifactId>junit</artifactId> |
740 | | - </exclusion> |
741 | | - <exclusion> |
742 | | - <groupId>org.junit.vintage</groupId> |
743 | | - <artifactId>junit-vintage-engine</artifactId> |
744 | | - </exclusion> |
745 | | - </exclusions> |
746 | | - </dependency>--> |
747 | 724 | <dependency> |
748 | 725 | <groupId>org.springframework.boot</groupId> |
749 | 726 | <artifactId>spring-boot-starter-integration</artifactId> |
750 | 727 | </dependency> |
751 | | - <!-- spring-boot-starter 3rd Party--> |
752 | | - |
753 | 728 |
|
754 | 729 | <!-- org.springframework --> |
755 | 730 | <dependency> |
|
856 | 831 | <artifactId>spring-security-test</artifactId> |
857 | 832 | <scope>test</scope> |
858 | 833 | </dependency> |
859 | | - <!--<dependency> |
860 | | - <groupId>org.springframework.security</groupId> |
861 | | - <artifactId>spring-security-core</artifactId> |
862 | | - </dependency>--> |
863 | | - <!-- <dependency> |
864 | | - <groupId>org.springframework.security</groupId> |
865 | | - <artifactId>spring-security-config</artifactId> |
866 | | - </dependency> |
867 | | - <dependency> |
868 | | - <groupId>org.springframework.security</groupId> |
869 | | - <artifactId>spring-security-web</artifactId> |
870 | | - </dependency> |
871 | | - <dependency> |
872 | | - <groupId>org.springframework.security</groupId> |
873 | | - <artifactId>spring-security-data</artifactId> |
874 | | - </dependency>--> |
875 | 834 |
|
876 | 835 | <!-- Frontend Webjars --> |
877 | 836 | <dependency> |
|
901 | 860 | <scope>runtime</scope> |
902 | 861 | </dependency> |
903 | 862 |
|
904 | | - <!--<dependency> |
905 | | - <groupId>org.springframework.session</groupId> |
906 | | - <artifactId>spring-session-core</artifactId> |
907 | | - </dependency> |
908 | | - <dependency> |
909 | | - <groupId>org.springframework.session</groupId> |
910 | | - <artifactId>spring-session-jdbc</artifactId> |
911 | | - </dependency>--> |
912 | | - |
913 | | - |
914 | 863 | <dependency> |
915 | 864 | <groupId>org.thymeleaf</groupId> |
916 | 865 | <artifactId>thymeleaf</artifactId> |
|
946 | 895 | <artifactId>thymeleaf-testing</artifactId> |
947 | 896 | <scope>provided</scope> |
948 | 897 | </dependency> |
949 | | - <!-- <dependency> |
950 | | - <groupId>org.thymeleaf</groupId> |
951 | | - <artifactId>thymeleaf-spring5</artifactId> |
952 | | - </dependency> |
953 | | - <dependency> |
954 | | - <groupId>org.thymeleaf.extras</groupId> |
955 | | - <artifactId>thymeleaf-extras-java8time</artifactId> |
956 | | - </dependency> |
957 | | - <dependency> |
958 | | - <groupId>org.thymeleaf.extras</groupId> |
959 | | - <artifactId>thymeleaf-extras-springsecurity5</artifactId> |
960 | | - </dependency> --> |
961 | | - <!-- <dependency> |
962 | | - <groupId>com.github.mxab.thymeleaf.extras</groupId> |
963 | | - <artifactId>thymeleaf-extras-data-attribute</artifactId> |
964 | | - </dependency> |
965 | | - <dependency> |
966 | | - <groupId>io.github.jpenren</groupId> |
967 | | - <artifactId>thymeleaf-spring-data-dialect</artifactId> |
968 | | - </dependency> --> |
969 | 898 |
|
970 | 899 | <dependency> |
971 | 900 | <groupId>org.hibernate</groupId> |
|
992 | 921 | <artifactId>junit-jupiter-api</artifactId> |
993 | 922 | <scope>test</scope> |
994 | 923 | </dependency> |
995 | | - <!-- <dependency> |
996 | | - <groupId>org.springframework.security</groupId> |
997 | | - <artifactId>spring-security-test</artifactId> |
998 | | - <scope>test</scope> |
999 | | - </dependency> --> |
1000 | 924 |
|
1001 | | - <!-- scope test --> |
1002 | | - <!-- <dependency> |
1003 | | - <groupId>org.thymeleaf</groupId> |
1004 | | - <artifactId>thymeleaf-testing</artifactId> |
1005 | | - <scope>test</scope> |
1006 | | - </dependency> --> |
1007 | 925 | <dependency> |
1008 | 926 | <groupId>org.hamcrest</groupId> |
1009 | 927 | <artifactId>hamcrest</artifactId> |
|
1028 | 946 | <artifactId>htmlunit</artifactId> |
1029 | 947 | </dependency> |
1030 | 948 |
|
1031 | | - |
1032 | 949 | <!-- maven plugins --> |
1033 | 950 | <dependency> |
1034 | 951 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments