[seam-commits] Seam SVN: r14818 - branches/community/Seam_2_3/jboss-seam-remoting.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Jun 2 00:30:42 EDT 2012


Author: dhinojosa
Date: 2012-06-02 00:30:42 -0400 (Sat, 02 Jun 2012)
New Revision: 14818

Modified:
   branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
Log:
Updated jboss-seam-remoting dependency gwt-user from provided to none.  There is no module for it, and it is required by ear.

Modified: branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-remoting/pom.xml	2012-06-02 04:28:59 UTC (rev 14817)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml	2012-06-02 04:30:42 UTC (rev 14818)
@@ -38,6 +38,12 @@
 			<optional>true</optional>
 		</dependency>
 
+        <dependency>
+			<groupId>com.google.gwt</groupId>
+			<artifactId>gwt-user</artifactId>
+			<optional>true</optional>
+		</dependency>
+
 		<dependency>
 			<groupId>dom4j</groupId>
 			<artifactId>dom4j</artifactId>
@@ -65,7 +71,6 @@
 		<dependency>
 			<groupId>org.testng</groupId>
 			<artifactId>testng</artifactId>
-			
 			<scope>test</scope>
 		</dependency>
 		



More information about the seam-commits mailing list