diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 11:18:09 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 11:18:31 -0400 |
commit | 2115a8723806e3ff9d18eb6d348fae7aee09d16e (patch) | |
tree | a95df20ce8275bd6e7590822ee8dc38716df0f50 | |
parent | 66814a13874dd1b9b9c7f4cdddf3ede40f4a9547 (diff) |
Fixing the docker jenkins job
Issue-ID: AAI-1449
Change-Id: I8eaa5ebe703b38fe8a2f30a6d3ff5ff527595810
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -300,13 +300,6 @@ <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.4.11</version> - <dependencies> - <dependency> - <groupId>com.github.jnr</groupId> - <artifactId>jnr-unixsocket</artifactId> - <version>0.13</version> - </dependency> - </dependencies> <configuration> <verbose>true</verbose> <serverId>docker-hub</serverId> |