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 2008/02/06 19:06:58 UTC

svn commit: r619087 - /servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml

Author: ccustine
Date: Wed Feb  6 10:06:49 2008
New Revision: 619087

URL: http://svn.apache.org/viewvc?rev=619087&view=rev
Log:
SM-1216 NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation

Modified:
    servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml

Modified: servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml?rev=619087&r1=619086&r2=619087&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/assembly/bin.xml Wed Feb  6 10:06:49 2008
@@ -119,6 +119,7 @@
         <include>org.springframework:spring-jmx</include>
         <include>org.springframework:spring-dao</include>
         <include>org.springframework:spring-aop</include>
+        <include>aopalliance:aopalliance</include>
         <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
         <include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
         <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec</include>