summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/features
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-12-21 11:32:58 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2010-12-21 11:32:58 +0000
commite1710decd438d72a0b313b0d46bf0ca8fa3bffef (patch)
treed9e50ac652a012eb18586253f4f76e167a63a495 /sca-java-2.x/trunk/features
parente721aa978d542d7f7668d9027affaafccfa8bab5 (diff)
Update POM to exclude Spring transitive dependencies of ActiveMQ
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051461 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.xml6
1 files changed, 6 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 949bbe55b0..6c10621348 100644
--- a/sca-java-2.x/trunk/features/eclipse-pde/pom.xml
+++ b/sca-java-2.x/trunk/features/eclipse-pde/pom.xml
@@ -62,6 +62,12 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>5.3.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- end of addition for ActiveMQ -->