aboutsummaryrefslogtreecommitdiffstats
path: root/docker-api/pom.xml
diff options
context:
space:
mode:
authorHaakon Dybdahl <dybis@users.noreply.github.com>2016-09-13 12:48:04 +0200
committerGitHub <noreply@github.com>2016-09-13 12:48:04 +0200
commit2256c17ffe218c2a8d1ddc8f3b6cb5d01869963b (patch)
tree95dd4d8bd4ad77a3fbd62334bed70075afde5fe6 /docker-api/pom.xml
parentf9a23d606bdddbd154469ad0b2e56d956c0bdb0b (diff)
Update pom.xml
Fix todos
Diffstat (limited to 'docker-api/pom.xml')
-rw-r--r--docker-api/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 45db6ccb3b1..a6372f865b1 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -82,13 +82,17 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <!-- TODO: Document why we need another version than the one in parent pom-->
+ <!-- We explicitly specify the version of httpcore to be used by
+ docker-java so the dependency is declared closer to the root of maven and
+ more likely be the version that is finally being used. -->
<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-->
+ <!-- We explicitly specify the version of httpclient to be used by
+ docker-java so the dependency is declared closer to the root of maven and
+ more likely be the version that is finally being used. -->
<version>4.5</version>
</dependency>
<dependency>