Skip to content

Commit 335b236

Browse files
committed
work
1 parent 7d727e5 commit 335b236

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,12 @@
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>
@@ -710,6 +712,12 @@
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>
@@ -854,7 +862,10 @@
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>

0 commit comments

Comments
 (0)