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 687
687
<groupId >org.springframework.boot</groupId >
688
688
<artifactId >spring-boot-starter-actuator</artifactId >
689
689
</dependency >
690
+ <!--
690
691
<dependency>
691
692
<groupId>org.springframework.boot</groupId>
692
693
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
693
694
</dependency>
695
+ -->
694
696
<dependency >
695
697
<groupId >org.springframework.boot</groupId >
696
698
<artifactId >spring-boot-starter-data-jdbc</artifactId >
710
712
<dependency >
711
713
<groupId >org.springframework.boot</groupId >
712
714
<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 >
713
721
</dependency >
714
722
<dependency >
715
723
<groupId >org.springframework.boot</groupId >
854
862
<dependency >
855
863
<groupId >org.postgresql</groupId >
856
864
<artifactId >postgresql</artifactId >
857
- <scope >provided</scope >
865
+ </dependency >
866
+ <dependency >
867
+ <groupId >com.zaxxer</groupId >
868
+ <artifactId >HikariCP</artifactId >
858
869
</dependency >
859
870
860
871
<dependency >
You can’t perform that action at this time.
0 commit comments