You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/02/16 20:09:14 UTC

svn commit: r508539 - in /incubator/servicemix/trunk: distributions/apache-servicemix/pom.xml pom.xml

Author: gnodet
Date: Fri Feb 16 11:09:13 2007
New Revision: 508539

URL: http://svn.apache.org/viewvc?view=rev&rev=508539
Log:
SM-847: Old version of xml-apis in distribution

Modified:
    incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml?view=diff&rev=508539&r1=508538&r2=508539
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/pom.xml Fri Feb 16 11:09:13 2007
@@ -264,7 +264,10 @@
       <groupId>org.objectweb.howl</groupId>
       <artifactId>howl</artifactId>
     </dependency>
-    
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=508539&r1=508538&r2=508539
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Fri Feb 16 11:09:13 2007
@@ -1496,7 +1496,7 @@
             <dependency>
                 <groupId>xml-apis</groupId>
                 <artifactId>xml-apis</artifactId>
-                <version>1.3.02</version>
+                <version>1.3.04</version>
             </dependency>
             <dependency>
                 <groupId>xerces</groupId>