diff options
author | Li Zi <li.zi30@zte.com.cn> | 2018-06-29 08:03:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-29 08:03:29 +0000 |
commit | 54a7c358f8d900ed03a9139b91864882c60d9028 (patch) | |
tree | 92a1b6fc03ef2961911c0fc9cd1573037f7c79a0 | |
parent | 767c14f4326941170683bbc3ed6a69fe3725b459 (diff) | |
parent | 6f66c913d1e7a23855f142ce5f87f3946cdc7016 (diff) |
Merge "Pin jnr-unixsocket for Docker plugin to 0.13"
-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 0765127..945de06 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> |