You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/01/25 09:49:35 UTC

svn commit: r902728 - /activemq/trunk/activemq-core/pom.xml

Author: dejanb
Date: Mon Jan 25 08:49:35 2010
New Revision: 902728

URL: http://svn.apache.org/viewvc?rev=902728&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2570 - excluding spring dependencies for spring osgi

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=902728&r1=902727&r2=902728&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Mon Jan 25 08:49:35 2010
@@ -100,6 +100,24 @@
     <dependency>
         <groupId>org.springframework.osgi</groupId>
         <artifactId>spring-osgi-core</artifactId>
+        <exclusions>
+            <exclusion>
+                <groupId>org.springframework</groupId>
+                <artifactId>org.springframework.context</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.springframework</groupId>
+                <artifactId>org.springframework.beans</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.springframework</groupId>
+                <artifactId>org.springframework.aop</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.springframework</groupId>
+                <artifactId>org.springframework.core</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>