summaryrefslogtreecommitdiffstats
path: root/testutil/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-01-25 15:37:57 +0100
committerHåkon Hallingstad <hakon@oath.com>2018-01-25 15:37:57 +0100
commit3d8e7c4b1c26ba7742fa96a37438335f56f4c63a (patch)
tree01442ff4e2ef8cbf7d53f349ae83a2252de71443 /testutil/pom.xml
parentce0178998956ae2fea340d5e23e9f17c0e5c3db6 (diff)
Move TestFileSystem to testutil
Diffstat (limited to 'testutil/pom.xml')
-rw-r--r--testutil/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 00f606860a4..491c144fdb0 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -46,6 +46,11 @@
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.jimfs</groupId>
+ <artifactId>jimfs</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<plugins>