[seam-commits] Seam SVN: r14859 - branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb.

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


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

Modified:
   branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
Log:
gwt-ejb in examples-ee6 requires gwt-user not as provided but as none, since it is required.

Modified: branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml	2012-06-07 10:34:44 UTC (rev 14858)
+++ branches/enterprise/WFK-2_0/examples-ee6/remoting/gwt/gwt-ejb/pom.xml	2012-06-07 10:34:51 UTC (rev 14859)
@@ -70,7 +70,6 @@
         <dependency>
             <groupId>com.google.gwt</groupId>
             <artifactId>gwt-user</artifactId>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
 



More information about the seam-commits mailing list