Code Review
/
aai
/
sparky-be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e1584cf
)
Removing the jnr dependency
07/60307/1
author
Arul.Nambi
<arul.nambi@amdocs.com>
Mon, 13 Aug 2018 13:35:43 +0000
(09:35 -0400)
committer
Arul.Nambi
<arul.nambi@amdocs.com>
Mon, 13 Aug 2018 13:35:53 +0000
(09:35 -0400)
Issue-ID: AAI-1449
Change-Id: I7c19283a6cb882976e715f327ce05cb28d013dd7
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
sparkybe-onap-application/pom.xml
patch
|
blob
|
history
diff --git
a/sparkybe-onap-application/pom.xml
b/sparkybe-onap-application/pom.xml
index
622ac67
..
e8ec642
100644
(file)
--- a/
sparkybe-onap-application/pom.xml
+++ b/
sparkybe-onap-application/pom.xml
@@
-572,13
+572,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>