Author: gertv
Date: Fri Jul 4 01:06:59 2008
New Revision: 673950
URL: http://svn.apache.org/viewvc?rev=673950&view=rev
Log:
Adding ActiveMQ JAR to JMS SU to allow deployment in SMX4
Modified:
servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml
Modified: servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml?rev=673950&r1=673949&r2=673950&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-jms-su/pom.xml Fri Jul 4
01:06:59 2008
@@ -37,6 +37,28 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jms</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activeio-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>