Skip to content

Commit 7cb2b1f

Browse files
committed
work
1 parent c17c876 commit 7cb2b1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,12 @@
681681
<groupId>org.springframework.boot</groupId>
682682
<artifactId>spring-boot-starter-data-jpa</artifactId>
683683
</dependency>
684+
<!--
684685
<dependency>
685686
<groupId>org.springframework.boot</groupId>
686687
<artifactId>spring-boot-starter-jdbc</artifactId>
687688
</dependency>
689+
-->
688690
<dependency>
689691
<groupId>org.springframework.boot</groupId>
690692
<artifactId>spring-boot-starter-security</artifactId>
@@ -1042,6 +1044,7 @@
10421044
</exclusion>
10431045
</exclusions>
10441046
</dependency>
1047+
<!--
10451048
<dependency>
10461049
<groupId>org.hibernate.validator</groupId>
10471050
<artifactId>hibernate-validator</artifactId>
@@ -1062,6 +1065,7 @@
10621065
</exclusion>
10631066
</exclusions>
10641067
</dependency>
1068+
-->
10651069
<dependency>
10661070
<groupId>org.antlr</groupId>
10671071
<artifactId>antlr-runtime</artifactId>

0 commit comments

Comments
 (0)