aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/simple/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml
index e3e260f35..e690d06d5 100644
--- a/examples/simple/pom.xml
+++ b/examples/simple/pom.xml
@@ -28,6 +28,11 @@
<dependencies>
<dependency>
+ <!-- Force the correct version of Guava to be on the classpath. -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>${project.version}</version>