File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 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>
606607 </exclusion>
607608 </exclusions>
608609 </dependency>
610+ -->
609611 <dependency >
610612 <groupId >org.yaml</groupId >
611613 <artifactId >snakeyaml</artifactId >
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>
669672 </exclusion>
670673 </exclusions>
671674 </dependency>
675+ -->
672676 <dependency >
673677 <groupId >org.yaml</groupId >
674678 <artifactId >snakeyaml</artifactId >
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 >
1011997 </exclusion >
1012998 </exclusions >
1013999 </dependency >
1000+ <!--
10141001 <dependency>
10151002 <groupId>org.hibernate.orm</groupId>
10161003 <artifactId>hibernate-hikaricp</artifactId>
10311018 </exclusion>
10321019 </exclusions>
10331020 </dependency>
1021+ -->
10341022 <dependency >
10351023 <groupId >org.hibernate.orm</groupId >
10361024 <artifactId >hibernate-testing</artifactId >
You can’t perform that action at this time.
0 commit comments