diff options
author | Bharath Balasubramanian <bharathb@research.att.com> | 2018-04-20 14:55:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-20 14:55:03 +0000 |
commit | 193f937a5df3cbe476428e25601d47496b629820 (patch) | |
tree | 30de3ddc8a614e5db06cb469848ab200d788355f /pom.xml | |
parent | 6a0328891c81d076885bc328b6c8baefacd44639 (diff) | |
parent | 42b4855ab9167e72b4232c0935f81afe1d6c2074 (diff) |
Merge "Pin jnr-unixsocket for Docker plugin to 0.13"
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -361,6 +361,13 @@ <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.19.1</version> + <dependencies> + <dependency> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-unixsocket</artifactId> + <version>0.13</version> + </dependency> + </dependencies> <configuration> <verbose>true</verbose> <apiVersion>1.23</apiVersion> |