From c8d9fb3e150cfdcffd14d96df0040c0c6a616736 Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Wed, 31 Aug 2016 13:14:13 +0200 Subject: Need to figure out what to do with the tests using DockerOperations --- docker-api/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'docker-api/pom.xml') diff --git a/docker-api/pom.xml b/docker-api/pom.xml index c8aa213d375..6c06481564d 100644 --- a/docker-api/pom.xml +++ b/docker-api/pom.xml @@ -23,6 +23,12 @@ ${project.version} provided + + com.yahoo.vespa + application-model + ${project.version} + provided + com.github.docker-java docker-java @@ -43,6 +49,28 @@ lz4 compile + + junit + junit + test + + + com.yahoo.vespa + application + ${project.version} + test + + + org.mockito + mockito-core + test + + + org.hamcrest + hamcrest-junit + 2.0.0.0 + test + @@ -56,6 +84,8 @@ org.apache.maven.plugins maven-compiler-plugin + 1.8 + 1.8 -Xlint:all -Werror -- cgit v1.2.3