summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2019-07-31 15:21:01 +0200
committerMorten Tokle <mortent@verizonmedia.com>2019-07-31 15:21:01 +0200
commit43ae4056b6d91dd1972a5c2d6c88305c727e3af3 (patch)
tree31104a278f83af0aaf86a97059ee31adf2ea8569 /application/pom.xml
parentd6a378f4acd925a0d79608c979718d4b1e438238 (diff)
Ignore order in serialized JSON
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>