Author: ccustine
Date: Tue Oct 27 19:13:53 2009
New Revision: 830295

URL: http://svn.apache.org/viewvc?rev=830295&view=rev
Log:
Assembly fails on clean repo.  Added missing mvel dependency to fix.

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=830295&r1=830294&r2=830295&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Tue Oct 27 19:13:53 2009
@@ -128,6 +128,10 @@
 
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.mvel</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.drools</artifactId>
             <version>${drools.version}</version>
         </dependency>        

Modified: servicemix/smx4/features/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=830295&r1=830294&r2=830295&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Oct 27 19:13:53 2009
@@ -447,6 +447,11 @@
           <version>${mina.original.version}</version>
       </dependency>
       <dependency>
+          <groupId>org.apache.servicemix.bundles</groupId>
+          <artifactId>org.apache.servicemix.bundles.mvel</artifactId>
+          <version>${mvel.version}</version>
+      </dependency>
+      <dependency>
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
           <version>${junit.version}</version>


Reply via email to