summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorHenrik <henrik.hoiness@online.no>2018-07-10 18:51:04 +0200
committerHenrik <henrik.hoiness@online.no>2018-07-10 18:51:04 +0200
commitb118c94e7744d37e4564a79edd6a5ba9faf1307d (patch)
treeb40d1cdf67f4dd036dcb834d2ffff9bb2155e7f0 /application
parent5ee1acd4c6aa0c565c60bee97be8d91d24b28a92 (diff)
Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler now reads from built .jar instead of resources. Vespa builds successfully
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index db298451a8b..0808f2be58e 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -46,6 +46,11 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-search-gui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>zkfacade</artifactId>
<version>${project.version}</version>
</dependency>