[seam-commits] Seam SVN: r14603 - in branches/community/Seam_2_3/examples-ee6/icefaces: icefaces-tests and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 18 04:48:31 EDT 2012


Author: dhinojosa
Date: 2012-04-18 04:48:30 -0400 (Wed, 18 Apr 2012)
New Revision: 14603

Modified:
   branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
Log:
configured to work, ready to go

Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml	2012-04-17 15:20:21 UTC (rev 14602)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-ear/pom.xml	2012-04-18 08:48:30 UTC (rev 14603)
@@ -34,8 +34,6 @@
         <dependency>
             <groupId>org.jboss.seam</groupId>
             <artifactId>jboss-seam</artifactId>
-            <type>ejb</type>
-            <scope>compile</scope>
         </dependency>
     </dependencies>
 

Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml	2012-04-17 15:20:21 UTC (rev 14602)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml	2012-04-18 08:48:30 UTC (rev 14603)
@@ -58,11 +58,11 @@
           <groupId>org.seleniumhq.selenium.client-drivers</groupId>
           <artifactId>selenium-java-client-driver</artifactId>
        </dependency>
-       <dependency>
-          <groupId>org.jboss.seam</groupId>
-          <artifactId>functional-tests</artifactId>
-          <scope>test</scope>
-       </dependency>
+       <!--<dependency>-->
+          <!--<groupId>org.jboss.seam</groupId>-->
+          <!--<artifactId>functional-tests</artifactId>-->
+          <!--<scope>test</scope>-->
+       <!--</dependency>-->
 
        <dependency>
           <groupId>junit</groupId>

Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml	2012-04-17 15:20:21 UTC (rev 14602)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml	2012-04-18 08:48:30 UTC (rev 14603)
@@ -35,13 +35,13 @@
          <type>ejb</type>
          <scope>provided</scope>
       </dependency>
+      <!--<dependency>-->
+         <!--<groupId>org.jboss.seam</groupId>-->
+         <!--<artifactId>jboss-seam</artifactId>-->
+         <!--<type>ejb</type>-->
+         <!--<scope>provided</scope>-->
+      <!--</dependency>-->
       <dependency>
-         <groupId>org.jboss.seam</groupId>
-         <artifactId>jboss-seam</artifactId>
-         <type>ejb</type>
-         <scope>provided</scope>
-      </dependency>
-      <dependency>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
       </dependency>



More information about the seam-commits mailing list