You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/10/12 21:21:54 UTC

svn commit: r824467 - in /servicemix/smx4: features/trunk/assembly/pom.xml features/trunk/pom.xml nmr/trunk/pom.xml

Author: ccustine
Date: Mon Oct 12 19:21:53 2009
New Revision: 824467

URL: http://svn.apache.org/viewvc?rev=824467&view=rev
Log:
SMX4-399 - Assembly build failures from mismatch of versions in features.xml

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=824467&r1=824466&r2=824467&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Mon Oct 12 19:21:53 2009
@@ -171,7 +171,6 @@
             <artifactId>org.apache.servicemix.bundles.opensaml</artifactId>
             <version>${opensaml.version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.apache.ws.security</groupId>
             <artifactId>wss4j</artifactId>
@@ -179,6 +178,16 @@
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.xmlsec</artifactId>
+            <version>${xmlsec.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.bcel</artifactId>
+            <version>${bcel.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
             <version>${commons.httpclient.version}</version>
         </dependency>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=824467&r1=824466&r2=824467&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Mon Oct 12 19:21:53 2009
@@ -71,7 +71,7 @@
       <asm.version>2.2.3_1</asm.version>
       <bcel.version>5.2_1-SNAPSHOT</bcel.version>
       <bnd.version>0.0.227</bnd.version>
-      <cglib.version>2.1_3_2</cglib.version>
+      <cglib.version>2.1_3_3-SNAPSHOT</cglib.version>
       <camel.version>2.1-SNAPSHOT</camel.version>
       <commons.management.version>1.0</commons.management.version>
       <commons-beanutils.version>1.7.0_1</commons-beanutils.version>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=824467&r1=824466&r2=824467&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Oct 12 19:21:53 2009
@@ -78,9 +78,9 @@
   <properties>
       <activemq.version>5.2.0</activemq.version>
       <ant.version>1.7.0_1</ant.version>
-      <aopalliance.version>1.0_1</aopalliance.version>
+      <aopalliance.version>1.0_2-SNAPSHOT</aopalliance.version>
       <asm.version>2.2.3_1</asm.version>
-      <cglib.version>2.1_3_2</cglib.version>
+      <cglib.version>2.1_3_3-SNAPSHOT</cglib.version>
       <camel.version>2.1-SNAPSHOT</camel.version>
       <commons.io.version>1.3.2_1</commons.io.version>
       <commons.logging.version>1.1.1</commons.logging.version>