add support for unix sockets (#1278)

This commit is contained in:
Athou
2024-03-04 21:12:24 +01:00
parent 541b5ef085
commit 34db9baa7b

View File

@@ -239,6 +239,10 @@
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-unix-socket</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>