We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4bcb6 commit 188eba1Copy full SHA for 188eba1
gateway-ha/pom.xml
@@ -104,6 +104,12 @@
104
</exclusions>
105
</dependency>
106
107
+ <dependency>
108
+ <groupId>com.zaxxer</groupId>
109
+ <artifactId>HikariCP</artifactId>
110
+ <version>7.0.2</version>
111
+ </dependency>
112
+
113
<dependency>
114
<groupId>io.airlift</groupId>
115
<artifactId>aircompressor-v3</artifactId>
@@ -318,12 +324,6 @@
318
324
<scope>runtime</scope>
319
325
320
326
321
- <dependency>
322
- <groupId>com.zaxxer</groupId>
323
- <artifactId>HikariCP</artifactId>
- <version>7.0.2</version>
- </dependency>
-
327
<!-- Test deps -->
328
329
<groupId>com.h2database</groupId>
0 commit comments