summaryrefslogtreecommitdiffstats
path: root/testutil/pom.xml
diff options
context:
space:
mode:
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 503754e9aa2..543a0fbf5eb 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -51,6 +51,11 @@
<artifactId>jimfs</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<plugins>