[seam-commits] Seam SVN: r14858 - 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:44 EDT 2012
Author: manaRH
Date: 2012-06-07 06:34:44 -0400 (Thu, 07 Jun 2012)
New Revision: 14858
Modified:
branches/enterprise/WFK-2_0/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/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml 2012-06-07 10:34:38 UTC (rev 14857)
+++ branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml 2012-06-07 10:34:44 UTC (rev 14858)
@@ -89,6 +89,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>
@@ -116,7 +122,6 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
-
<scope>test</scope>
</dependency>
More information about the seam-commits
mailing list