Skip to content

Commit 188eba1

Browse files
committed
add optional db connection pool support
1 parent ab4bcb6 commit 188eba1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gateway-ha/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@
104104
</exclusions>
105105
</dependency>
106106

107+
<dependency>
108+
<groupId>com.zaxxer</groupId>
109+
<artifactId>HikariCP</artifactId>
110+
<version>7.0.2</version>
111+
</dependency>
112+
107113
<dependency>
108114
<groupId>io.airlift</groupId>
109115
<artifactId>aircompressor-v3</artifactId>
@@ -318,12 +324,6 @@
318324
<scope>runtime</scope>
319325
</dependency>
320326

321-
<dependency>
322-
<groupId>com.zaxxer</groupId>
323-
<artifactId>HikariCP</artifactId>
324-
<version>7.0.2</version>
325-
</dependency>
326-
327327
<!-- Test deps -->
328328
<dependency>
329329
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)