summaryrefslogtreecommitdiffstats
path: root/document/pom.xml
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegardsjo@gmail.com>2016-10-05 16:15:49 +0200
committerGitHub <noreply@github.com>2016-10-05 16:15:49 +0200
commite2ca1dab831acea34f47e9f9da1eb2d21d840f6b (patch)
tree824ce6d80728ad07acf21e36e17c1a50be3766fc /document/pom.xml
parent988a165429ef19b388e684faa712ffd9096cc559 (diff)
Revert "Voffeloff/constant tensor validation"
Diffstat (limited to 'document/pom.xml')
-rw-r--r--document/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/document/pom.xml b/document/pom.xml
index 71713b27050..529107407ca 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -48,6 +48,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>uk.co.datumedge</groupId>
+ <artifactId>hamcrest-json</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config</artifactId>
<version>${project.version}</version>
@@ -78,12 +83,6 @@
<classifier>no_aop</classifier>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>testutil</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>