Author: manolo
Date: Tue Jan 19 23:39:41 2010
New Revision: 901004
URL: http://svn.apache.org/viewvc?rev=901004&view=rev
Log:
using gin 1.0 instead of snapshot, HUPA-61
Modified:
james/hupa/trunk/client/pom.xml
james/hupa/trunk/pom.xml
Modified: james/hupa/trunk/client/pom.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=901004&r1=901003&r2=901004&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Tue Jan 19 23:39:41 2010
@@ -83,6 +83,11 @@
<artifactId>gwt-dispatch</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.gwt.inject
+ </groupId>
+ <artifactId>gin</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.customware.gwt.presenter
</groupId>
<artifactId>gwt-presenter</artifactId>
Modified: james/hupa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=901004&r1=901003&r2=901004&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Tue Jan 19 23:39:41 2010
@@ -305,6 +305,18 @@
</groupId>
<artifactId>gwt-dispatch</artifactId>
<version>1.0.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.gwt.inject</groupId>
+ <artifactId>gin</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt.inject
+ </groupId>
+ <artifactId>gin</artifactId>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>net.customware.gwt.presenter
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]