diff options
Diffstat (limited to 'distribution/pom.xml')
-rw-r--r-- | distribution/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml index 4021bf9..5c8eb0b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -289,6 +289,13 @@ <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.16.5</version> + <dependencies> + <dependency> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-unixsocket</artifactId> + <version>0.13</version> + </dependency> + </dependencies> <inherited>false</inherited> <configuration> <images> |