Author: felixk
Date: Fri Aug 12 13:28:04 2011
New Revision: 1157097
URL: http://svn.apache.org/viewvc?rev=1157097&view=rev
Log:
Fix missing dependency when building with a clean local maven repository
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=1157097&r1=1157096&r2=1157097&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Fri Aug 12 13:28:04 2011
@@ -142,7 +142,8 @@
<artifactId>gwt-dnd</artifactId>
</dependency>
<dependency>
- <groupId>eu.maydu.gwt</groupId>
+ <!-- groupId>eu.maydu.gwt</groupId -->
+ <groupId>gwt-vl</groupId>
<artifactId>gwt-vl</artifactId>
</dependency>
<dependency>
Modified: james/hupa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1157097&r1=1157096&r2=1157097&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Fri Aug 12 13:28:04 2011
@@ -92,6 +92,12 @@
</url>
</repository>
<repository>
+ <!-- The indicated repository @
http://gwt-vl.sourceforge.net/?to=resources doesn't works -->
+ <id>gwt-vl</id>
+ <name>GWT-VL (Validation library and framework for GWT)</name>
+ <url>http://ftp.heanet.ie/mirrors/sourceforge/g/project/gw/</url>
+ </repository>
+ <repository>
<id>cobogw</id>
<name>Cobogw repository at googlecode</name>
<url>http://cobogw.googlecode.com/svn/maven2
@@ -520,7 +526,8 @@
<version>3.1.1</version>
</dependency>
<dependency>
- <groupId>eu.maydu.gwt</groupId>
+ <!-- groupId>eu.maydu.gwt</groupId -->
+ <groupId>gwt-vl</groupId>
<artifactId>gwt-vl</artifactId>
<version>0.8b</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]