summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorvalerijf <valerijf@yahoo-inc.com>2016-08-04 09:08:47 +0200
committervalerijf <valerijf@yahoo-inc.com>2016-08-04 09:08:47 +0200
commit62078a8dfd919e46650c52b53b9c823f0341fdbe (patch)
tree89a668ef73b7260d82ace16429cd47602afd182f /node-admin/pom.xml
parente4de48dc7ba44c9066c56d7a0bbc6174f2ba4ca1 (diff)
Changed from spotify/docker to docker-java/docker-java
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml48
1 files changed, 3 insertions, 45 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 13031b2d429..66627c3390a 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -42,51 +42,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.spotify</groupId>
- <artifactId>docker-client</artifactId>
- <version>3.5.12</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.jaxrs</groupId>
- <artifactId>jackson-jaxrs-json-provider</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-client</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-common</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.ws.rs</groupId>
- <artifactId>javax.ws.rs-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.glassfish.jersey.media</groupId>
- <artifactId>jersey-media-json-jackson</artifactId>
- </exclusion>
- <exclusion> <!-- Using network sockets instead of unix domain sockets -->
- <artifactId>jnr-unixsocket</artifactId>
- <groupId>com.github.jnr</groupId>
- </exclusion>
- </exclusions>
+ <groupId>com.github.docker-java</groupId>
+ <artifactId>docker-java</artifactId>
+ <version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>