summaryrefslogtreecommitdiffstats
path: root/document/pom.xml
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegardsjo@gmail.com>2016-10-05 16:15:12 +0200
committerGitHub <noreply@github.com>2016-10-05 16:15:12 +0200
commit988a165429ef19b388e684faa712ffd9096cc559 (patch)
treede22221e7f90ac2e3cdccc802acef6bb5bc4f082 /document/pom.xml
parent6b809b6c8399440475a852bd7fe50fd1671b7212 (diff)
parent64b6777b0306c013a3b38807615c9c57515bdeb5 (diff)
Merge pull request #795 from yahoo/voffeloff/constant-tensor-validation
Voffeloff/constant tensor validation
Diffstat (limited to 'document/pom.xml')
-rw-r--r--document/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/document/pom.xml b/document/pom.xml
index 529107407ca..71713b27050 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -48,11 +48,6 @@
<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>
@@ -83,6 +78,12 @@
<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>