You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/11/29 11:09:27 UTC

svn commit: r480509 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Wed Nov 29 02:09:26 2006
New Revision: 480509

URL: http://svn.apache.org/viewvc?view=rev&rev=480509
Log:
SM-760: Exclude spring.jar from some transitive deps

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=480509&r1=480508&r2=480509
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Wed Nov 29 02:09:26 2006
@@ -607,6 +607,16 @@
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-ra</artifactId>
                 <version>${activemq-version}</version>
+                <exclusions>
+                  <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring</artifactId>
+                  </exclusion>
+                  <exclusion>
+                    <groupId>activemq</groupId>
+                    <artifactId>jmdns</artifactId>
+                  </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
@@ -1125,7 +1135,7 @@
                         <artifactId>concurrent</artifactId>
                     </exclusion>
                     <exclusion>
-                        <groupId>springframework</groupId>
+                        <groupId>org.springframework</groupId>
                         <artifactId>spring</artifactId>
                     </exclusion>
                     <exclusion>
@@ -1268,6 +1278,12 @@
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-server</artifactId>
                 <version>${xbean-version}</version>
+                <exclusions>
+                  <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring</artifactId>
+                  </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.xbean</groupId>