summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a855c521b2b..33e0ad95f62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
<module>container-dev</module>
<module>container-di</module>
<module>container-disc</module>
+ <module>container-integration-test</module>
<module>container-jersey2</module>
<module>container-messagebus</module>
<module>container-search-and-docproc</module>