summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Zi <li.zi30@zte.com.cn>2018-06-29 08:02:43 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-29 08:02:43 +0000
commit6f31082c9081f9e453b7e279f9591cc11eeb9d92 (patch)
treea6fc1e357b1f3cae4297c6ff51d145c90200d3d4
parent801522fa8e8c14a92bc7078b7afa8ebc3c4be36b (diff)
parent555583b85e88b0767b877bd3cb30301571005884 (diff)
Merge "Pin jnr-unixsocket for Docker plugin to 0.13"
-rw-r--r--standalone/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index f960369..9bffe50 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -225,6 +225,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>