[jboss-cvs] Picketlink SVN: r814 - picketlink-seam/trunk/seam-sp.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 15 13:22:40 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-03-15 13:22:40 -0400 (Tue, 15 Mar 2011)
New Revision: 814

Modified:
   picketlink-seam/trunk/seam-sp/pom.xml
Log:
fix pom

Modified: picketlink-seam/trunk/seam-sp/pom.xml
===================================================================
--- picketlink-seam/trunk/seam-sp/pom.xml	2011-03-15 17:22:17 UTC (rev 813)
+++ picketlink-seam/trunk/seam-sp/pom.xml	2011-03-15 17:22:40 UTC (rev 814)
@@ -11,23 +11,11 @@
    <name>Seam Service Provider</name>
    <dependencies>
       <dependency>
-         <groupId>org.jboss</groupId>
+         <groupId>org.picketlink</groupId>
          <artifactId>picketlink-seam</artifactId>
          <version>${project.version}</version>
          <exclusions>
             <exclusion>
-               <groupId>sun-jaxb</groupId>
-               <artifactId>jaxb-api</artifactId>
-            </exclusion>
-            <exclusion>
-               <groupId>sun-jaxb</groupId>
-               <artifactId>jaxb-impl</artifactId>
-            </exclusion>
-            <exclusion>
-               <groupId>stax</groupId>
-               <artifactId>stax-api</artifactId>
-            </exclusion>
-            <exclusion>
                <groupId>apache-log4j</groupId>
                <artifactId>log4j</artifactId>
             </exclusion>



More information about the jboss-cvs-commits mailing list