summaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
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>