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.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>