[seam-commits] Seam SVN: r14819 - branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Jun 2 00:31:53 EDT 2012


Author: dhinojosa
Date: 2012-06-02 00:31:48 -0400 (Sat, 02 Jun 2012)
New Revision: 14819

Modified:
   branches/community/Seam_2_3/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/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml	2012-06-02 04:30:42 UTC (rev 14818)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-ejb/pom.xml	2012-06-02 04:31:48 UTC (rev 14819)
@@ -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