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 2008/09/18 15:17:04 UTC

svn commit: r696652 - in /servicemix/smx4/nmr/trunk: jbi/itests/pom.xml jbi/runtime/pom.xml pom.xml

Author: gnodet
Date: Thu Sep 18 06:17:04 2008
New Revision: 696652

URL: http://svn.apache.org/viewvc?rev=696652&view=rev
Log:
Remove xalan / xerces / xml-apis dependencies, and use the 1.0.0 release of the kernel

Modified:
    servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
    servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/pom.xml?rev=696652&r1=696651&r2=696652&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/itests/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/itests/pom.xml Thu Sep 18 06:17:04 2008
@@ -147,9 +147,17 @@
             <type>zip</type>
             <exclusions>
                 <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>xerces</groupId>
                     <artifactId>xercesImpl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Modified: servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml?rev=696652&r1=696651&r2=696652&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml Thu Sep 18 06:17:04 2008
@@ -87,6 +87,20 @@
             <artifactId>servicemix-core</artifactId>
 		    <version>${servicemix3.version}</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xml-apis</groupId>
+                    <artifactId>xml-apis</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=696652&r1=696651&r2=696652&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Thu Sep 18 06:17:04 2008
@@ -83,7 +83,7 @@
       <mina.version>1.1.6_1</mina.version>
       <pax.logging.version>1.1.1</pax.logging.version>
       <servicemix3.version>3.2.1</servicemix3.version>
-      <servicemix.kernel.version>1.1.0-SNAPSHOT</servicemix.kernel.version>
+      <servicemix.kernel.version>1.0.0</servicemix.kernel.version>
       <servicemix.legal.version>1.0</servicemix.legal.version>
       <servicemix.specs.version>1.1.0</servicemix.specs.version>
       <spring.osgi.version>1.1.0</spring.osgi.version>