[seam-commits] Seam SVN: r14525 - in branches/community/Seam_2_3/examples-ee6/tasks: tasks-web and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 5 08:29:41 EDT 2012


Author: maschmid
Date: 2012-04-05 08:29:40 -0400 (Thu, 05 Apr 2012)
New Revision: 14525

Modified:
   branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
Log:
cleanup tasks example


Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml	2012-04-05 12:23:08 UTC (rev 14524)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml	2012-04-05 12:29:40 UTC (rev 14525)
@@ -29,16 +29,6 @@
             <artifactId>jboss-seam</artifactId>
             <type>ejb</type>
             <scope>compile</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>com.thoughtworks.xstream</groupId>
-                    <artifactId>xstream</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xpp3</groupId>
-                    <artifactId>xpp3_min</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
     </dependencies>
     

Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml	2012-04-05 12:23:08 UTC (rev 14524)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml	2012-04-05 12:29:40 UTC (rev 14525)
@@ -29,6 +29,7 @@
             <groupId>org.jboss.seam</groupId>
             <artifactId>jboss-seam</artifactId>
             <type>ejb</type>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>



More information about the seam-commits mailing list