Skip to content

Commit f03175f

Browse files
committed
work
1 parent 3956599 commit f03175f

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

pom.xml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@
595595
<type>maven-plugin</type>
596596
<scope>provided</scope>
597597
</dependency>
598+
<!--
598599
<dependency>
599600
<groupId>org.springframework.boot</groupId>
600601
<artifactId>spring-boot-starter-actuator</artifactId>
@@ -606,6 +607,7 @@
606607
</exclusion>
607608
</exclusions>
608609
</dependency>
610+
-->
609611
<dependency>
610612
<groupId>org.yaml</groupId>
611613
<artifactId>snakeyaml</artifactId>
@@ -659,6 +661,7 @@
659661
<scope>provided</scope>
660662
<optional>true</optional>
661663
</dependency>
664+
<!--
662665
<dependency>
663666
<groupId>org.springframework.boot</groupId>
664667
<artifactId>spring-boot-starter-actuator</artifactId>
@@ -669,6 +672,7 @@
669672
</exclusion>
670673
</exclusions>
671674
</dependency>
675+
-->
672676
<dependency>
673677
<groupId>org.yaml</groupId>
674678
<artifactId>snakeyaml</artifactId>
@@ -983,24 +987,6 @@
983987
<type>maven-plugin</type>
984988
<scope>provided</scope>
985989
</dependency>
986-
<!--
987-
<dependency>
988-
<groupId>org.hibernate.orm</groupId>
989-
<artifactId>hibernate-agroal</artifactId>
990-
</dependency>
991-
<dependency>
992-
<groupId>org.hibernate.orm</groupId>
993-
<artifactId>hibernate-ant</artifactId>
994-
</dependency>
995-
<dependency>
996-
<groupId>org.hibernate.orm</groupId>
997-
<artifactId>hibernate-c3p0</artifactId>
998-
</dependency>
999-
<dependency>
1000-
<groupId>org.hibernate.orm</groupId>
1001-
<artifactId>hibernate-community-dialects</artifactId>
1002-
</dependency>
1003-
-->
1004990
<dependency>
1005991
<groupId>org.hibernate.orm</groupId>
1006992
<artifactId>hibernate-core</artifactId>
@@ -1011,6 +997,7 @@
1011997
</exclusion>
1012998
</exclusions>
1013999
</dependency>
1000+
<!--
10141001
<dependency>
10151002
<groupId>org.hibernate.orm</groupId>
10161003
<artifactId>hibernate-hikaricp</artifactId>
@@ -1031,6 +1018,7 @@
10311018
</exclusion>
10321019
</exclusions>
10331020
</dependency>
1021+
-->
10341022
<dependency>
10351023
<groupId>org.hibernate.orm</groupId>
10361024
<artifactId>hibernate-testing</artifactId>

0 commit comments

Comments
 (0)