summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-09-14 20:27:21 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-09-14 20:27:21 +0200
commit0e832eeeee309c730ba1903a5d81e7afd5b575f3 (patch)
tree72aa9d4a877ddae32a6cbbb029e43239888b3802 /pom.xml
parent13b85c3554248a17ac3f54f5a8ed87f09c42cc26 (diff)
Add module with tool for pulling docker image
* Pulling Docker image does not work, due to conflicting versions of Jackson that we are not able to resolve. Therefore, use a tool for pulling image that is using its own jar
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 16704c7b6f5..4df5eb8e108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1161,6 +1161,7 @@
<module>container-test-jars</module>
<module>defaults</module>
<module>docker-api</module>
+ <module>docker-tools</module>
<module>docproc</module>
<module>docprocs</module>
<module>documentapi</module>