summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml16
1 files changed, 14 insertions, 2 deletions
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 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>provided-dependencies</artifactId>
+ <artifactId>jdisc_core</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>jdisc_http_service</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
@@ -44,7 +50,13 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>config-bundle</artifactId>
+ <artifactId>config</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-lib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>