diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 10:43:06 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-08-13 10:43:40 -0400 |
commit | e9aac8f967ff16fb9a4ce9cbb072e02fe713acd0 (patch) | |
tree | f399e9f399c60722082690c4fd94776697d57ed8 /champ-service/pom.xml | |
parent | 43483ac6f582ea6748e0356ce77849af1eeb1d6f (diff) |
Fixing the docker jenkins job
Issue-ID: AAI-1449
Change-Id: I11e3636d0999d27935d09ef1ca2ba6270dcd7f20
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r-- | champ-service/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 14140c7..7286874 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -317,13 +317,6 @@ limitations under the License. <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> |