diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 11:28:49 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 11:29:07 -0400 |
commit | 20c07d33b4b614588481708b4f8f8ff5308b0e43 (patch) | |
tree | e68e62a2c1306235966c26d31ed5595991523543 | |
parent | 414d8bf89767c18e43855c36c88aa6651ee1fe09 (diff) |
Fixing the docker jenkins job
Issue-ID: AAI-1449
Change-Id: I965f410b7551202bd4501ecdd528b711c348204e
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -323,13 +323,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> |