aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--champ-service/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 7286874..14140c7 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -317,6 +317,13 @@ limitations under the License.
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-unixsocket</artifactId>
+ <version>0.13</version>
+ </dependency>
+ </dependencies>
<configuration>
<verbose>true</verbose>
<serverId>docker-hub</serverId>