summaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-09-13 12:33:03 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-09-13 12:33:03 +0200
commitf9a23d606bdddbd154469ad0b2e56d956c0bdb0b (patch)
tree4b7654e0ce51e32cc3d18a5bf524af2ea6dfc1e7 /docker-api/pom.xml
parent858ca26cd6ccbffef0576181d54338073771c443 (diff)
Remove unneded dependency
Diffstat (limited to 'docker-api/pom.xml')
-rw-r--r--docker-api/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 28fee0ef926..45db6ccb3b1 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -82,21 +82,17 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
+ <!-- TODO: Document why we need another version than the one in parent pom-->
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <!-- TODO: Document why we need another version than the one in parent pom-->
<version>4.5</version>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>orchestrator-restapi</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>jaxrs_utils</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
@@ -132,7 +128,6 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
- <version>0.7</version>
</dependency>
</dependencies>