Skip to content

Commit

Permalink
Fix location of guice
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrandhof committed Jun 20, 2012
1 parent 1a0fbf0 commit 99e3c32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -67,8 +67,18 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<!-- not available in maven central -->
<groupId>com.google.code.guice</groupId>
<artifactId>guice</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
Expand Down

0 comments on commit 99e3c32

Please sign in to comment.