Skip to content

Commit 7b54b19

Browse files
committed
work
1 parent 2ace205 commit 7b54b19

File tree

1 file changed

+0
-83
lines changed

1 file changed

+0
-83
lines changed

pom.xml

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@
650650
<groupId>org.springframework.boot</groupId>
651651
<artifactId>spring-boot-starter-data-jpa</artifactId>
652652
</dependency>
653-
654653
<dependency>
655654
<groupId>org.springframework.boot</groupId>
656655
<artifactId>spring-boot-starter-data-rest</artifactId>
@@ -659,17 +658,14 @@
659658
<groupId>org.springframework.boot</groupId>
660659
<artifactId>spring-boot-starter-hateoas</artifactId>
661660
</dependency>
662-
663661
<dependency>
664662
<groupId>org.springframework.boot</groupId>
665663
<artifactId>spring-boot-starter-jersey</artifactId>
666664
</dependency>
667-
668665
<dependency>
669666
<groupId>org.springframework.boot</groupId>
670667
<artifactId>spring-boot-starter-jdbc</artifactId>
671668
</dependency>
672-
673669
<dependency>
674670
<groupId>org.springframework.boot</groupId>
675671
<artifactId>spring-boot-starter-security</artifactId>
@@ -682,17 +678,14 @@
682678
<groupId>org.springframework.boot</groupId>
683679
<artifactId>spring-boot-starter-validation</artifactId>
684680
</dependency>
685-
686681
<dependency>
687682
<groupId>org.springframework.boot</groupId>
688683
<artifactId>spring-boot-starter-mail</artifactId>
689684
</dependency>
690-
691685
<dependency>
692686
<groupId>org.springframework.boot</groupId>
693687
<artifactId>spring-boot-starter-web</artifactId>
694688
</dependency>
695-
696689
<dependency>
697690
<groupId>org.springframework.boot</groupId>
698691
<artifactId>spring-boot-starter-test</artifactId>
@@ -712,7 +705,6 @@
712705
<groupId>org.springframework.boot</groupId>
713706
<artifactId>spring-boot-starter-logging</artifactId>
714707
</dependency>
715-
716708
<dependency>
717709
<groupId>org.springframework.boot</groupId>
718710
<artifactId>spring-boot-starter-web-services</artifactId>
@@ -729,27 +721,10 @@
729721
<groupId>org.springframework.boot</groupId>
730722
<artifactId>spring-boot-starter-json</artifactId>
731723
</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>-->
747724
<dependency>
748725
<groupId>org.springframework.boot</groupId>
749726
<artifactId>spring-boot-starter-integration</artifactId>
750727
</dependency>
751-
<!-- spring-boot-starter 3rd Party-->
752-
753728

754729
<!-- org.springframework -->
755730
<dependency>
@@ -856,22 +831,6 @@
856831
<artifactId>spring-security-test</artifactId>
857832
<scope>test</scope>
858833
</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>-->
875834

876835
<!-- Frontend Webjars -->
877836
<dependency>
@@ -901,16 +860,6 @@
901860
<scope>runtime</scope>
902861
</dependency>
903862

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-
914863
<dependency>
915864
<groupId>org.thymeleaf</groupId>
916865
<artifactId>thymeleaf</artifactId>
@@ -946,26 +895,6 @@
946895
<artifactId>thymeleaf-testing</artifactId>
947896
<scope>provided</scope>
948897
</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> -->
969898

970899
<dependency>
971900
<groupId>org.hibernate</groupId>
@@ -992,18 +921,7 @@
992921
<artifactId>junit-jupiter-api</artifactId>
993922
<scope>test</scope>
994923
</dependency>
995-
<!-- <dependency>
996-
<groupId>org.springframework.security</groupId>
997-
<artifactId>spring-security-test</artifactId>
998-
<scope>test</scope>
999-
</dependency> -->
1000924

1001-
<!-- scope test -->
1002-
<!-- <dependency>
1003-
<groupId>org.thymeleaf</groupId>
1004-
<artifactId>thymeleaf-testing</artifactId>
1005-
<scope>test</scope>
1006-
</dependency> -->
1007925
<dependency>
1008926
<groupId>org.hamcrest</groupId>
1009927
<artifactId>hamcrest</artifactId>
@@ -1028,7 +946,6 @@
1028946
<artifactId>htmlunit</artifactId>
1029947
</dependency>
1030948

1031-
1032949
<!-- maven plugins -->
1033950
<dependency>
1034951
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)