Author: manaRH
Date: 2012-06-27 11:15:10 -0400 (Wed, 27 Jun 2012)
New Revision: 14964

Modified:
   branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
Log:
removed unused dependencies from jboss-seam-remoting and removed included files 
in validation

Modified: branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-remoting/pom.xml     2012-06-27 
15:15:05 UTC (rev 14963)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml     2012-06-27 
15:15:10 UTC (rev 14964)
@@ -60,11 +60,6 @@
                        <optional>true</optional>
                </dependency>
                
-               <dependency>
-                       <groupId>org.jboss.spec.javax.servlet</groupId>
-                       <artifactId>jboss-servlet-api_3.0_spec</artifactId>
-         <scope>provided</scope>
-               </dependency>
 
                <dependency>
                        <groupId>org.jboss.spec.javax.jms</groupId>
@@ -78,30 +73,12 @@
                        <artifactId>testng</artifactId>
                        <scope>test</scope>
                </dependency>
-               
-               <dependency>
-                       <groupId>javassist</groupId>
-                       <artifactId>javassist</artifactId>
-         <scope>provided</scope>
-               </dependency>
-               
-               <dependency>
-         <groupId>org.hibernate.javax.persistence</groupId>
-         <artifactId>hibernate-jpa-2.0-api</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               
-               <dependency>
-            <groupId>org.jboss.el</groupId>
-            <artifactId>jboss-el</artifactId>
-            <scope>test</scope>
-        </dependency>
 
-        <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>jboss-seam</artifactId>
-            <type>ejb</type>
-        </dependency>
+      <dependency>
+         <groupId>org.jboss.seam</groupId>
+         <artifactId>jboss-seam</artifactId>
+         <type>ejb</type>
+      </dependency>
        </dependencies>
 
     <profiles>
@@ -169,10 +146,6 @@
                             <validationSets>
                                 <validationSet>
                                     <dir>src/main/resources/META-INF/</dir>
-                                    <includes>
-                                        <include>components.xml</include>
-                                        <include>faces-config.xml</include>
-                                    </includes>
                                     <validating>true</validating>
                                 </validationSet>
                             </validationSets>

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

Reply via email to