summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaakon Dybdahl <dybis@users.noreply.github.com>2016-09-14 08:07:09 +0200
committerGitHub <noreply@github.com>2016-09-14 08:07:09 +0200
commit5c809e670e15ea992ff8a84024f4b02f445accd9 (patch)
tree34b5af9b13d9242716565ce17b57ee4e189e4539
parent6f3115944901cc50c604f6b165724958dddb51f2 (diff)
parent0f00814cf921dab7659bb15b487b714381548aca (diff)
Merge pull request #633 from yahoo/hmusum/remove-unneeded-dep-part-2
Remove more unused deps
-rw-r--r--docker-api/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index a6372f865b1..e0742a0598b 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -119,20 +119,10 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>application</artifactId>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>io.airlift</groupId>
- <artifactId>airline</artifactId>
- </dependency>
</dependencies>