From 76cceb0270ce1f27c6f07ae9a9ab6d39451b7860 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Fri, 10 Feb 2023 14:51:54 +0000 Subject: add model-evaluation as a dependency for container-search (will be needed when we start using ModelsEvaluator in the search chain) --- container-search-and-docproc/pom.xml | 6 ++++++ container-search/pom.xml | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml index 036a378da3a..470c1b1fa6f 100644 --- a/container-search-and-docproc/pom.xml +++ b/container-search-and-docproc/pom.xml @@ -204,6 +204,12 @@ ${project.version} provided + + com.yahoo.vespa + model-evaluation + ${project.version} + provided + diff --git a/container-search/pom.xml b/container-search/pom.xml index abd424111f2..5d3b88157aa 100644 --- a/container-search/pom.xml +++ b/container-search/pom.xml @@ -68,6 +68,14 @@ ${project.version} provided + + + com.yahoo.vespa + model-evaluation + ${project.version} + provided + + xerces xercesImpl -- cgit v1.2.3