Skip to content

Commit 656e646

Browse files
committed
removed liquibase
1 parent b54765e commit 656e646

File tree

1 file changed

+1
-63
lines changed

1 file changed

+1
-63
lines changed

pom.xml

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -690,20 +690,6 @@
690690
<groupId>org.springframework.boot</groupId>
691691
<artifactId>spring-boot-starter-data-jpa</artifactId>
692692
</dependency>
693-
<!--
694-
<dependency>
695-
<groupId>org.springframework.boot</groupId>
696-
<artifactId>spring-boot-starter-data-rest</artifactId>
697-
</dependency>
698-
<dependency>
699-
<groupId>org.springframework.boot</groupId>
700-
<artifactId>spring-boot-starter-hateoas</artifactId>
701-
</dependency>
702-
<dependency>
703-
<groupId>org.springframework.boot</groupId>
704-
<artifactId>spring-boot-starter-jersey</artifactId>
705-
</dependency>
706-
-->
707693
<dependency>
708694
<groupId>org.springframework.boot</groupId>
709695
<artifactId>spring-boot-starter-jdbc</artifactId>
@@ -747,26 +733,10 @@
747733
<groupId>org.springframework.boot</groupId>
748734
<artifactId>spring-boot-starter-logging</artifactId>
749735
</dependency>
750-
<!--
751-
<dependency>
752-
<groupId>org.springframework.boot</groupId>
753-
<artifactId>spring-boot-starter-web-services</artifactId>
754-
</dependency>
755-
-->
756736
<dependency>
757737
<groupId>org.springframework.boot</groupId>
758738
<artifactId>spring-boot-starter-cache</artifactId>
759739
</dependency>
760-
<!--
761-
<dependency>
762-
<groupId>org.springframework.boot</groupId>
763-
<artifactId>spring-boot-starter-json</artifactId>
764-
</dependency>
765-
<dependency>
766-
<groupId>org.springframework.boot</groupId>
767-
<artifactId>spring-boot-starter-integration</artifactId>
768-
</dependency>
769-
-->
770740
<!-- org.springframework -->
771741
<dependency>
772742
<groupId>org.springframework</groupId>
@@ -809,33 +779,6 @@
809779
<groupId>org.springframework</groupId>
810780
<artifactId>spring-expression</artifactId>
811781
</dependency>
812-
<!--
813-
<dependency>
814-
<groupId>org.springframework</groupId>
815-
<artifactId>spring-oxm</artifactId>
816-
</dependency>
817-
<dependency>
818-
<groupId>org.springframework.ws</groupId>
819-
<artifactId>spring-ws-core</artifactId>
820-
</dependency>
821-
<dependency>
822-
<groupId>org.springframework.ws</groupId>
823-
<artifactId>spring-xml</artifactId>
824-
</dependency>
825-
<dependency>
826-
<groupId>org.springframework.ws</groupId>
827-
<artifactId>spring-ws-security</artifactId>
828-
</dependency>
829-
<dependency>
830-
<groupId>org.springframework.ws</groupId>
831-
<artifactId>spring-ws-test</artifactId>
832-
<scope>test</scope>
833-
</dependency>
834-
<dependency>
835-
<groupId>org.springframework.ws</groupId>
836-
<artifactId>spring-ws-support</artifactId>
837-
</dependency>
838-
-->
839782
<dependency>
840783
<groupId>org.springframework.security</groupId>
841784
<artifactId>spring-security-core</artifactId>
@@ -943,12 +886,7 @@
943886
<groupId>org.hibernate</groupId>
944887
<artifactId>hibernate-core</artifactId>
945888
</dependency>
946-
<!--
947-
<dependency>
948-
<groupId>javax.xml.bind</groupId>
949-
<artifactId>jaxb-api</artifactId>
950-
</dependency>
951-
-->
889+
952890
<dependency>
953891
<groupId>org.jsoup</groupId>
954892
<artifactId>jsoup</artifactId>

0 commit comments

Comments
 (0)