summaryrefslogtreecommitdiffstats
path: root/testutil/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 /testutil/pom.xml
parent988a165429ef19b388e684faa712ffd9096cc559 (diff)
Revert "Voffeloff/constant tensor validation"
Diffstat (limited to 'testutil/pom.xml')
-rw-r--r--testutil/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index bd46d2e4c16..0d2aa8a4dbf 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -15,11 +15,6 @@
<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>
@@ -30,11 +25,6 @@
<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>