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

Modified:
   branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml
Log:
removed unused dependencies jboss-seam-resteasy

Modified: branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml     2012-06-27 
15:15:22 UTC (rev 14966)
+++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml     2012-06-27 
15:15:29 UTC (rev 14967)
@@ -25,16 +25,19 @@
                <dependency>
                        <groupId>org.jboss.resteasy</groupId>
                        <artifactId>resteasy-jaxb-provider</artifactId>
+         <optional>true</optional>
                </dependency>
 
                <dependency>
                        <groupId>org.jboss.resteasy</groupId>
                        <artifactId>resteasy-jettison-provider</artifactId>
+         <optional>true</optional>
                </dependency>
 
                <dependency>
                        <groupId>org.jboss.resteasy</groupId>
                        <artifactId>resteasy-atom-provider</artifactId>
+         <optional>true</optional>
                </dependency>
 
                <dependency>
@@ -56,17 +59,10 @@
                </dependency>
 
                <!-- The following two dependencies can be removed when we move 
resteasy.testfwk -->
-               <dependency>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId>
-                       <version>1.1.1</version>
-                       <optional>true</optional>
-               </dependency>
 
                <dependency>
                        <groupId>org.testng</groupId>
                        <artifactId>testng</artifactId>
-                       
                        <scope>test</scope>
                        <exclusions>
                                <exclusion>
@@ -120,6 +116,27 @@
             </plugins>
             </build>
         </profile>
+        <profile>
+            <id>validate</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>xml-maven-plugin</artifactId>
+                        <configuration>
+                            <catalogs>
+                              
<catalog>../jboss-seam/src/main/resources/org/jboss/seam/catalog.xml</catalog>
+                            </catalogs>
+                            <validationSets>
+                                <validationSet>
+                                    
<dir>src/main/resources/org/jboss/seam/resteasy</dir>
+                                </validationSet>
+                            </validationSets>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>          
     </profiles>
 
 </project>

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

Reply via email to