You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2010/12/21 12:32:59 UTC

svn commit: r1051461 - /tuscany/sca-java-2.x/trunk/features/eclipse-pde/pom.xml

Author: edwardsmj
Date: Tue Dec 21 11:32:58 2010
New Revision: 1051461

URL: http://svn.apache.org/viewvc?rev=1051461&view=rev
Log:
Update POM to exclude Spring transitive dependencies of ActiveMQ

Modified:
    tuscany/sca-java-2.x/trunk/features/eclipse-pde/pom.xml

Modified: tuscany/sca-java-2.x/trunk/features/eclipse-pde/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/eclipse-pde/pom.xml?rev=1051461&r1=1051460&r2=1051461&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/eclipse-pde/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/eclipse-pde/pom.xml Tue Dec 21 11:32:58 2010
@@ -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 -->