[jboss-cvs] JBossAS SVN: r91780 - in branches/JBPAPP_5_0: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 29 13:30:59 EDT 2009


Author: fnasser at redhat.com
Date: 2009-07-29 13:30:59 -0400 (Wed, 29 Jul 2009)
New Revision: 91780

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
JBPTP-125 - Upgrade jettison to 1.1 (from 1.0.1)

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-29 17:27:23 UTC (rev 91779)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-29 17:30:59 UTC (rev 91780)
@@ -816,6 +816,10 @@
             <groupId>com.sun.xml.fastinfoset</groupId>
             <artifactId>FastInfoset</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.jettison</groupId>
+            <artifactId>jettison</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       
@@ -1054,6 +1058,12 @@
       </dependency>
       
       <dependency>
+        <groupId>org.codehaus.jettison</groupId>
+        <artifactId>jettison</artifactId>
+        <version>1.1</version>
+      </dependency>
+      
+      <dependency>
         <groupId>org.codehaus.woodstox</groupId>
         <artifactId>wstx-lgpl</artifactId>
         <version>3.2.6</version>

Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-29 17:27:23 UTC (rev 91779)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-29 17:30:59 UTC (rev 91780)
@@ -1793,6 +1793,10 @@
       <artifactId>opensaml</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.jettison</groupId>
+      <artifactId>jettison</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-lgpl</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list