summaryrefslogtreecommitdiffstats
path: root/testutil/pom.xml
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegardsjo@gmail.com>2016-10-05 16:18:23 +0200
committerVegard Sjonfjell <vegardsjo@gmail.com>2016-10-07 12:50:54 +0200
commit7141a841b0bd85342732072a235c45b78d896fba (patch)
tree1981275dc938af38278b947531ede7bcf9646e0f /testutil/pom.xml
parent92fa424e133b6da2e9d3b49231abf92e3adaa762 (diff)
Revert "Revert "Voffeloff/constant tensor validation""
Diffstat (limited to 'testutil/pom.xml')
-rw-r--r--testutil/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 0d2aa8a4dbf..bd46d2e4c16 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -15,6 +15,11 @@
<description>Library of useful Hamcrest matchers.</description>
<dependencies>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>compile</scope>
@@ -25,6 +30,11 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>uk.co.datumedge</groupId>
+ <artifactId>hamcrest-json</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>