Revision: 1053
Author: gk5885
Date: Fri Jul 31 15:34:08 2009
Log: fix wrong groupId
http://code.google.com/p/google-guice/source/detail?r=1053
Modified:
/branches/2.0-maven/struts2/plugin/pom.xml
=======================================
--- /branches/2.0-maven/struts2/plugin/pom.xml Fri Jul 31 15:28:50 2009
+++ /branches/2.0-maven/struts2/plugin/pom.xml Fri Jul 31 15:34:08 2009
@@ -18,7 +18,7 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
- <groupId>com.google.inject.integration</groupId>
+ <groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
</dependency>
<dependency>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---