aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-gui/pom.xml
diff options
context:
space:
mode:
authorHenrik <henrik.hoiness@online.no>2018-07-17 16:52:22 +0200
committerHenrik <henrik.hoiness@online.no>2018-07-17 16:52:22 +0200
commitc64a57addba3c07586279bbc0e81993bbafcb620 (patch)
treed265b3334476707767924e14e06346aa434618fb /container-search-gui/pom.xml
parent12105415a1c7ab6f2589781e62cc202739d9d993 (diff)
Now generates config-file programmatically. Added the predetermined sources from the genreated config.json to the autocompletion of yql-syntax. Now also possible to add possible values for all parameters, just put the parameter (full name with underscore instead of dots) and a list of possible values in the config-file to be generated. Model.sources, Ranking.rankprofile, Ranking.properties, ranking.features have now possible values on value-input.
Diffstat (limited to 'container-search-gui/pom.xml')
-rw-r--r--container-search-gui/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-search-gui/pom.xml b/container-search-gui/pom.xml
index f598758e1de..a0cb520aa75 100644
--- a/container-search-gui/pom.xml
+++ b/container-search-gui/pom.xml
@@ -44,6 +44,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-search</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>