summaryrefslogtreecommitdiffstats
path: root/container-search-gui/pom.xml
diff options
context:
space:
mode:
authorHenrik <henrik.hoiness@online.no>2018-07-18 12:43:38 +0200
committerHenrik <henrik.hoiness@online.no>2018-07-18 12:43:38 +0200
commit8874c5506eaaf6bd09c0d01daa754c8d8524ef32 (patch)
tree90e193746a581d172804a699959c1a07c9d9e10c /container-search-gui/pom.xml
parentc64a57addba3c07586279bbc0e81993bbafcb620 (diff)
Changed artifactId in pom.xml. Had to get the bundle container-search-and-docproc to use com.yahoo.search.config.RankProfilesConfig. Also now adding rankprofiles to the configuration file-response
Diffstat (limited to 'container-search-gui/pom.xml')
-rw-r--r--container-search-gui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search-gui/pom.xml b/container-search-gui/pom.xml
index a0cb520aa75..e15c9b2e026 100644
--- a/container-search-gui/pom.xml
+++ b/container-search-gui/pom.xml
@@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>container-search</artifactId>
+ <artifactId>container-search-and-docproc</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>