You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/01/10 05:06:13 UTC

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

Author: ffang
Date: Mon Jan 10 04:06:12 2011
New Revision: 1057080

URL: http://svn.apache.org/viewvc?rev=1057080&view=rev
Log:
[SMX4-739]add nmr features.xml dependency to make the kit build pass

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/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=1057080&r1=1057079&r2=1057080&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Mon Jan 10 04:06:12 2011
@@ -153,7 +153,14 @@
             <artifactId>apache-servicemix-nmr</artifactId>
             <type>tar.gz</type>
         </dependency>
-        
+       
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>apache-servicemix-nmr</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+ 
         <!-- ServiceMix Specs -->
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1057080&r1=1057079&r2=1057080&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Mon Jan 10 04:06:12 2011
@@ -423,6 +423,14 @@
                <type>zip</type>
                <version>${servicemix.nmr.version}</version>
            </dependency>
+           <dependency>
+               <groupId>org.apache.servicemix.nmr</groupId>
+               <artifactId>apache-servicemix-nmr</artifactId>
+               <version>${servicemix.nmr.version}</version>
+               <type>xml</type>
+       	       <classifier>features</classifier>
+           </dependency>
+
 	       <dependency>
 	           <groupId>org.apache.servicemix.nmr</groupId>
 	           <artifactId>org.apache.servicemix.nmr.api</artifactId>