From 348e577e8ed80b3cf7642b40d5b5378e6965fea6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= <ilkka.seppala@gofore.com>
Date: Tue, 6 Sep 2016 21:39:08 +0300
Subject: [PATCH] Hexagonal pattern: Add Guice dependency

---
 hexagonal/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hexagonal/pom.xml b/hexagonal/pom.xml
index e9e2a502d..a73fea48d 100644
--- a/hexagonal/pom.xml
+++ b/hexagonal/pom.xml
@@ -39,5 +39,9 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.google.inject</groupId>
+      <artifactId>guice</artifactId>
+    </dependency>
   </dependencies>
 </project>