From e3de588e7689b3fd0703b45dc665ee3f913b42cc Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 19 Feb 2021 19:12:01 +0100 Subject: Use explicit dependencies instead of 'provided-dependencies' .. while keeping all necessary provided deps to get all imports needed by the compile scoped deps in each module. --- container-search/pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'container-search/pom.xml') diff --git a/container-search/pom.xml b/container-search/pom.xml index 014b7dda14f..ec7dcb713fe 100644 --- a/container-search/pom.xml +++ b/container-search/pom.xml @@ -32,7 +32,13 @@ com.yahoo.vespa - provided-dependencies + jdisc_core + ${project.version} + provided + + + com.yahoo.vespa + jdisc_http_service ${project.version} provided @@ -44,7 +50,13 @@ com.yahoo.vespa - config-bundle + config + ${project.version} + provided + + + com.yahoo.vespa + config-lib ${project.version} provided -- cgit v1.2.3