summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/application/pom.xml b/application/pom.xml
index f9f3e8394af..20b754fc236 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -134,7 +134,12 @@
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<!-- These dependencies are necessary in test classpath when using jdisc_http_filters -->
<dependency>