[seam-commits] Seam SVN: r14860 - branches/enterprise/WFK-2_0/jboss-seam-remoting.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 7 06:34:56 EDT 2012


Author: manaRH
Date: 2012-06-07 06:34:56 -0400 (Thu, 07 Jun 2012)
New Revision: 14860

Modified:
   branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml
Log:
removed gwt from remoting as it is managed in Seam BOM and that shouldn't be dependency to remoting

Modified: branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml	2012-06-07 10:34:51 UTC (rev 14859)
+++ branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml	2012-06-07 10:34:56 UTC (rev 14860)
@@ -89,12 +89,12 @@
 			<optional>true</optional>
 		</dependency>
 
-        <dependency>
+<!--        <dependency>
 			<groupId>com.google.gwt</groupId>
 			<artifactId>gwt-user</artifactId>
 			<optional>true</optional>
 		</dependency>
-
+-->
 		<dependency>
 			<groupId>dom4j</groupId>
 			<artifactId>dom4j</artifactId>



More information about the seam-commits mailing list