[jboss-cvs] Picketlink SVN: r164 - in federation/trunk: picketlink-fed-api and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 3 16:58:31 EST 2010


Author: anil.saldhana at jboss.com
Date: 2010-03-03 16:58:31 -0500 (Wed, 03 Mar 2010)
New Revision: 164

Modified:
   federation/trunk/picketlink-bindings-jboss/pom.xml
   federation/trunk/picketlink-fed-api/pom.xml
   federation/trunk/picketlink-fed-core/pom.xml
   federation/trunk/picketlink-fed-model/pom.xml
   federation/trunk/picketlink-seam/pom.xml
   federation/trunk/picketlink-xmlsec-model/pom.xml
Log:
PLFED-49: remove the jaxb and stax deps

Modified: federation/trunk/picketlink-bindings-jboss/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings-jboss/pom.xml	2010-03-03 21:25:13 UTC (rev 163)
+++ federation/trunk/picketlink-bindings-jboss/pom.xml	2010-03-03 21:58:31 UTC (rev 164)
@@ -67,6 +67,7 @@
          <groupId>org.apache.tomcat</groupId>
          <artifactId>catalina</artifactId>
          <version>6.0.18</version>
+         <optional>true</optional>
       </dependency>
       <dependency>
          <groupId>org.jboss.security</groupId>

Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml	2010-03-03 21:25:13 UTC (rev 163)
+++ federation/trunk/picketlink-fed-api/pom.xml	2010-03-03 21:58:31 UTC (rev 164)
@@ -54,10 +54,6 @@
          <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>sun-jaxb</groupId>
-        <artifactId>jaxb-api</artifactId>
-      </dependency>
-      <dependency>
         <groupId>sun-jaxws</groupId>
         <artifactId>jaxws-api</artifactId>
         <version>2.1.1</version>
@@ -72,11 +68,6 @@
         <scope>runtime</scope>
       </dependency>
       <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache</groupId>
         <artifactId>xmlsec</artifactId>
       </dependency>
@@ -87,12 +78,6 @@
         <scope>test</scope>
       </dependency>
       <dependency>
-        <groupId>codehaus-stax</groupId>
-        <artifactId>stax</artifactId>
-        <version>1.1.1</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
         <groupId>apache-xerces</groupId>
         <artifactId>xercesImpl</artifactId>
         <version>2.9.1</version>

Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml	2010-03-03 21:25:13 UTC (rev 163)
+++ federation/trunk/picketlink-fed-core/pom.xml	2010-03-03 21:58:31 UTC (rev 164)
@@ -52,10 +52,6 @@
          <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>sun-jaxb</groupId>
-        <artifactId>jaxb-api</artifactId>
-      </dependency>
-      <dependency>
         <groupId>org.openid4java</groupId>
         <artifactId>openid4java</artifactId>
       </dependency>
@@ -66,11 +62,6 @@
         <scope>provided</scope>
       </dependency>
       <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>annotations-api</artifactId>
         <version>6.0.18</version>

Modified: federation/trunk/picketlink-fed-model/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-model/pom.xml	2010-03-03 21:25:13 UTC (rev 163)
+++ federation/trunk/picketlink-fed-model/pom.xml	2010-03-03 21:58:31 UTC (rev 164)
@@ -69,11 +69,6 @@
         <artifactId>jbossxacml</artifactId>
       </dependency>
       <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0</version>
-      </dependency>
-      <dependency>
         <groupId>sun-jaf</groupId>
         <artifactId>activation</artifactId>
         <version>1.1</version>

Modified: federation/trunk/picketlink-seam/pom.xml
===================================================================
--- federation/trunk/picketlink-seam/pom.xml	2010-03-03 21:25:13 UTC (rev 163)
+++ federation/trunk/picketlink-seam/pom.xml	2010-03-03 21:58:31 UTC (rev 164)
@@ -81,10 +81,6 @@
          <version>${project.version}</version>
       </dependency>
       <dependency>
-         <groupId>sun-jaxb</groupId>
-         <artifactId>jaxb-api</artifactId>
-      </dependency>
-      <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
          <version>2.5</version>

Modified: federation/trunk/picketlink-xmlsec-model/pom.xml
===================================================================
--- federation/trunk/picketlink-xmlsec-model/pom.xml	2010-03-03 21:25:13 UTC (rev 163)
+++ federation/trunk/picketlink-xmlsec-model/pom.xml	2010-03-03 21:58:31 UTC (rev 164)
@@ -48,15 +48,6 @@
          <artifactId>log4j</artifactId>
       </dependency>
       <dependency>
-        <groupId>sun-jaxb</groupId>
-        <artifactId>jaxb-api</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache</groupId>
         <artifactId>xmlsec</artifactId>
         <version>1.4.2</version>
@@ -68,12 +59,6 @@
         <scope>test</scope>
       </dependency>
       <dependency>
-        <groupId>codehaus-stax</groupId>
-        <artifactId>stax</artifactId>
-        <version>1.1.1</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>




More information about the jboss-cvs-commits mailing list