Skip to content

Commit 12627e2

Browse files
committed
init 2.0 dependency
1 parent d829e47 commit 12627e2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,20 @@
125125

126126
<dependencies>
127127

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+
<dependency>
137+
<groupId>com.zaxxer</groupId>
138+
<artifactId>HikariCP</artifactId>
139+
<version>5.1.0</version>
140+
</dependency>
141+
128142
<dependency>
129143
<groupId>org.apache.commons</groupId>
130144
<artifactId>commons-compress</artifactId>

0 commit comments

Comments
 (0)