From 57a3caaaca06484246a3897e740b5f73753d3b08 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 20 Jan 2021 11:08:02 +0100 Subject: Ensure transitive dependencies of vespajlib are present on test classpath Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency. --- standalone-container/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'standalone-container') diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml index 0a756d5913f..11d0406fcc5 100644 --- a/standalone-container/pom.xml +++ b/standalone-container/pom.xml @@ -66,6 +66,12 @@ junit test + + com.yahoo.vespa + vespajlib + ${project.version} + provided + -- cgit v1.2.3