Roll back to docker-java 2.x

This reverts 2ecb33f7 and largely reverts 2c619f8d.

docker-java 3.0 was causing a variety of problems and it appears that
we can get things working with Docker Java 2.2.x and Jackson 2.6.
This commit is contained in:
Andy Wilkinson
2016-03-01 10:10:21 +00:00
parent df28265455
commit d46c9a28d5
2 changed files with 103 additions and 19 deletions

View File

@@ -36,7 +36,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>
<version>3.0.0-RC1</version>
<version>2.2.2</version>
<scope>test</scope>
</dependency>
<dependency>