summaryrefslogtreecommitdiffstats
path: root/testutil
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-04-25 16:16:22 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-04-25 16:16:22 +0200
commitcd2df6cb62fbfe847dacddfbb539434c7fafd385 (patch)
treeb6abea84255dd6cd8fa35affa75f267d165e5302 /testutil
parent702d14e605c1c3ceb1803fd542020e1562309bba (diff)
Fix dependencies
Diffstat (limited to 'testutil')
-rw-r--r--testutil/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 8d132737852..2b48e7e3a28 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
- <artifactId>inject</artifactId>
+ <artifactId>guice</artifactId>
<scope>provided</scope>
</dependency>
<dependency>