Author: maschmid
Date: 2012-04-05 07:12:27 -0400 (Thu, 05 Apr 2012)
New Revision: 14518

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


Modified: 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 
    2012-04-05 11:06:54 UTC (rev 14517)
+++ 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ear/pom.xml 
    2012-04-05 11:12:27 UTC (rev 14518)
@@ -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>
 
@@ -68,6 +58,11 @@
                             <artifactId>chatroom-ejb</artifactId>
                             <bundleFileName>chatroom-ejb.jar</bundleFileName>
                         </ejbModule>
+                        <ejbModule>
+                            <groupId>org.jboss.seam</groupId>
+                            <artifactId>jboss-seam</artifactId>
+                            <bundleFileName>jboss-seam.jar</bundleFileName>
+                        </ejbModule> 
                     </modules>
                 </configuration>
             </plugin>

Modified: 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml 
    2012-04-05 11:06:54 UTC (rev 14517)
+++ 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-ejb/pom.xml 
    2012-04-05 11:12:27 UTC (rev 14518)
@@ -27,10 +27,12 @@
         <dependency>
             <groupId>org.jboss.spec.javax.ejb</groupId>
             <artifactId>jboss-ejb-api_3.1_spec</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.jboss.spec.javax.faces</groupId>
             <artifactId>jboss-jsf-api_2.0_spec</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.jboss.seam</groupId>

Modified: 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 
    2012-04-05 11:06:54 UTC (rev 14517)
+++ 
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 
    2012-04-05 11:12:27 UTC (rev 14518)
@@ -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>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to