From: Mohammed Naser Date: Mon, 16 Apr 2018 20:45:12 +0000 (-0700) Subject: Pin jnr-unixsocket for Docker plugin to 0.13 X-Git-Tag: 1.3.0~30 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=41a0983d5dd3707b5fd2c86dcc0b4b0c399bd40f;p=aai%2Fsparky-be.git Pin jnr-unixsocket for Docker plugin to 0.13 The current verison of jnr-unixsocket is 0.12 from the Docker plugin however in order to be able the images for ARM64, it needs the newer version which has support for it. There is work upstream to switch the version to 0.18[0] however it seems that this is still pending, so we can pin it for now until that merges. [0]: https://github.com/spotify/docker-maven-plugin/pull/379 Change-Id: I151407a3614d0f476ead49a642b59dc56de2c099 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser --- diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index d368769..b08c9fd 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -534,6 +534,13 @@ com.spotify docker-maven-plugin 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + true docker-hub