You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/09/15 14:16:44 UTC

svn commit: r695447 - /servicemix/smx4/features/trunk/examples/bridge/bridge-jms-su/pom.xml

Author: gertv
Date: Mon Sep 15 05:16:44 2008
New Revision: 695447

URL: http://svn.apache.org/viewvc?rev=695447&view=rev
Log:
SMX4-403: bridge example fails due to ClassNotFoundException

Modified:
    servicemix/smx4/features/trunk/examples/bridge/bridge-jms-su/pom.xml

Modified: servicemix/smx4/features/trunk/examples/bridge/bridge-jms-su/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/bridge/bridge-jms-su/pom.xml?rev=695447&r1=695446&r2=695447&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/bridge/bridge-jms-su/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/bridge/bridge-jms-su/pom.xml Mon Sep 15 05:16:44 2008
@@ -61,6 +61,12 @@
                </exclusion>
             </exclusions>
         </dependency>
+        <!-- this is a dependency for ActiveMQ -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+            <version>1.0.1</version>
+        </dependency>
     </dependencies>
 
     <build>