summaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahoo-inc.com>2016-09-09 09:18:41 +0200
committerHåkon Hallingstad <hakon@yahoo-inc.com>2016-09-09 09:18:41 +0200
commit69369f95dde631353b309a9d55005f2efe58e87c (patch)
treeb459e987c8c990d4f76590a1ee1bed5e478d342e /docker-api/pom.xml
parent4fc21c4fd010b97eeb35adb196a2b51f6f215a4d (diff)
Remove duplicate dependency on application-model
I have verified the dependency tree is unaffected.
Diffstat (limited to 'docker-api/pom.xml')
-rw-r--r--docker-api/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index ccfadbac225..28fee0ef926 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -24,12 +24,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>application-model</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>
<version>3.0.3</version>