We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d829e47 commit 12627e2Copy full SHA for 12627e2
1 file changed
pom.xml
@@ -125,6 +125,20 @@
125
126
<dependencies>
127
128
+ <!-- PostgreSQL JDBC Driver -->
129
+ <dependency>
130
+ <groupId>org.postgresql</groupId>
131
+ <artifactId>postgresql</artifactId>
132
+ <version>42.7.4</version>
133
+ </dependency>
134
+
135
+ <!-- HikariCP Connection Pool -->
136
137
+ <groupId>com.zaxxer</groupId>
138
+ <artifactId>HikariCP</artifactId>
139
+ <version>5.1.0</version>
140
141
142
<dependency>
143
<groupId>org.apache.commons</groupId>
144
<artifactId>commons-compress</artifactId>
0 commit comments