summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/features
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-12-10 12:34:10 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-12-10 12:34:10 +0000
commit1c430adf36cc8f0b93e13bbd353c5abc632ad25e (patch)
tree6914bcbf1824d1fb8ceca3d6683404068447b8e3 /sca-java-2.x/trunk/features
parentbb116281aedb24dd26ff1f1295cc48fd8a420085 (diff)
Initial fixes to enable JMS runtime to work under OSGi as described in TUSCANY-3808
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/features')
-rw-r--r--sca-java-2.x/trunk/features/eclipse-pde/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/features/eclipse-pde/pom.xml b/sca-java-2.x/trunk/features/eclipse-pde/pom.xml
index 36c778d044..949bbe55b0 100644
--- a/sca-java-2.x/trunk/features/eclipse-pde/pom.xml
+++ b/sca-java-2.x/trunk/features/eclipse-pde/pom.xml
@@ -57,6 +57,14 @@
<version>1.0.1</version>
</dependency>
+ <!-- Add the dependency for ActiveMQ as the JMS runtime to use -->
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ <version>5.3.0</version>
+ </dependency>
+ <!-- end of addition for ActiveMQ -->
+
</dependencies>
<build>