File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 687687 <groupId >org.springframework.boot</groupId >
688688 <artifactId >spring-boot-starter-actuator</artifactId >
689689 </dependency >
690+ <!--
690691 <dependency>
691692 <groupId>org.springframework.boot</groupId>
692693 <artifactId>spring-boot-starter-jta-atomikos</artifactId>
693694 </dependency>
695+ -->
694696 <dependency >
695697 <groupId >org.springframework.boot</groupId >
696698 <artifactId >spring-boot-starter-data-jdbc</artifactId >
710712 <dependency >
711713 <groupId >org.springframework.boot</groupId >
712714 <artifactId >spring-boot-starter-thymeleaf</artifactId >
715+ <exclusions >
716+ <exclusion >
717+ <groupId >nz.net.ultraq.thymeleaf</groupId >
718+ <artifactId >thymeleaf-layout-dialect</artifactId >
719+ </exclusion >
720+ </exclusions >
713721 </dependency >
714722 <dependency >
715723 <groupId >org.springframework.boot</groupId >
854862 <dependency >
855863 <groupId >org.postgresql</groupId >
856864 <artifactId >postgresql</artifactId >
857- <scope >provided</scope >
865+ </dependency >
866+ <dependency >
867+ <groupId >com.zaxxer</groupId >
868+ <artifactId >HikariCP</artifactId >
858869 </dependency >
859870
860871 <dependency >
You can’t perform that action at this time.
0 commit comments