diff options
author | Vitaly Takmazov | 2022-12-17 23:16:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-17 23:36:14 +0300 |
commit | 611be7d1da6b200a5f4922159f458c16ab77731c (patch) | |
tree | 41cfa838cdeab1d9ad535e041f78ddb348808aca | |
parent | bbd7ecd872b13d3d8658aaa1de1a09a00831ccf2 (diff) |
postgres: add library for local socket connections
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -271,6 +271,13 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>com.kohlschutter.junixsocket</groupId> + <artifactId>junixsocket-core</artifactId> + <version>2.6.1</version> + <type>pom</type> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-mysql</artifactId> </dependency> |