summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-28 15:11:46 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-28 15:52:33 +0200
commitea43c079fd365c2fdbf91bedf8412a903fecca9e (patch)
tree105cf3f5a25a011db3f2c3798b8644139324e50d /container-search/pom.xml
parent878cc49535f5ff9fe6220e31ef0afb9481c21710 (diff)
Move ApplicationStatusHandler to container-disc
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index ccec1330d68..031d25c7d02 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -73,6 +73,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-disc</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<exclusions>