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 2008/10/10 11:20:33 UTC

svn commit: r703363 - in /servicemix/smx3/trunk/distributions/apache-servicemix: pom.xml src/main/assembly/bin.xml

Author: ffang
Date: Fri Oct 10 02:20:33 2008
New Revision: 703363

URL: http://svn.apache.org/viewvc?rev=703363&view=rev
Log:
[SM-1627]loan-broker sample doesn't work

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
    servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=703363&r1=703362&r2=703363&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Fri Oct 10 02:20:33 2008
@@ -311,6 +311,11 @@
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
     </dependency>
+    <dependency>
+      <groupId>backport-util-concurrent</groupId>
+      <artifactId>backport-util-concurrent</artifactId>
+      <version>2.2</version>
+    </dependency>
   </dependencies>
 
   <build>

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml?rev=703363&r1=703362&r2=703363&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/bin.xml Fri Oct 10 02:20:33 2008
@@ -96,7 +96,7 @@
       <outputDirectory>lib</outputDirectory>
       <includes>
         <include>classworlds:classworlds</include>
-
+        <include>backport-util-concurrent:backport-util-concurrent</include>
         <include>org.apache.activemq:activemq-core</include>
         <include>org.apache.activemq:activemq-ra</include>
         <include>org.apache.activemq:activeio-core</include>