Finished the example.

This commit is contained in:
Ilkka Seppala
2015-05-25 18:38:42 +03:00
parent b2bfdb1752
commit fdf1d148fa
5 changed files with 45 additions and 0 deletions

View File

@ -14,5 +14,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0</version>
</dependency>
</dependencies>
</project>