[seam-commits] Seam SVN: r10642 - branches/community/Seam_2_1/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Apr 25 15:45:30 EDT 2009


Author: jharting
Date: 2009-04-25 15:45:30 -0400 (Sat, 25 Apr 2009)
New Revision: 10642

Modified:
   branches/community/Seam_2_1/build/root.pom.xml
Log:
removed jettison exclusion (needed by resteasy-jaxb-provider during embedded container testing)

Modified: branches/community/Seam_2_1/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/root.pom.xml	2009-04-25 18:14:11 UTC (rev 10641)
+++ branches/community/Seam_2_1/build/root.pom.xml	2009-04-25 19:45:30 UTC (rev 10642)
@@ -311,10 +311,6 @@
                <artifactId>jaxb-impl</artifactId>
             </exclusion>
             <exclusion>
-               <groupId>org.codehaus.jettison</groupId>
-               <artifactId>jettison</artifactId>
-            </exclusion>
-            <exclusion>
                <groupId>javax.annotation</groupId>
                <artifactId>jsr250-api</artifactId>
             </exclusion>
@@ -350,10 +346,6 @@
                <groupId>com.sun.xml.bind</groupId>
                <artifactId>jaxb-impl</artifactId>
             </exclusion>
-            <exclusion>
-               <groupId>org.codehaus.jettison</groupId>
-               <artifactId>jettison</artifactId>
-            </exclusion>
          </exclusions>
       </dependency>
 




More information about the seam-commits mailing list