Skip to content

Commit

Permalink
Update Guice maven dependency to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwanji committed Nov 4, 2012
1 parent 97d793c commit 3acda99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions jaxrs/docbook/reference/en/en-US/modules/Guice.xml
@@ -1,6 +1,6 @@
<chapter id="Guice1">
<title>Guice 2.0 Integration</title>
<para>RESTEasy has some simple integration with Guice 2.0. RESTEasy will scan the binding types for a Guice Module
<title>Guice 3.0 Integration</title>
<para>RESTEasy has some simple integration with Guice 3.0. RESTEasy will scan the binding types for a Guice Module
for @Path and @Provider annotations. It will register these bindings with RESTEasy. The guice-hello
project that comes in the RESTEasy examples/ directory gives a nice example of this.</para>
<programlisting>
Expand Down Expand Up @@ -109,4 +109,4 @@ public class HelloModule implements Module
]]>
</programlisting>
</section>
</chapter>
</chapter>
6 changes: 3 additions & 3 deletions jaxrs/resteasy-guice/pom.xml
Expand Up @@ -14,9 +14,9 @@

<dependencies>
<dependency>
<groupId>com.google.code.guice</groupId>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>2.0</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down Expand Up @@ -48,4 +48,4 @@
</dependency>
-->
</dependencies>
</project>
</project>

0 comments on commit 3acda99

Please sign in to comment.