You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/08/25 07:26:26 UTC

svn commit: r688619 - /servicemix/smx3/branches/servicemix-3.2/pom.xml

Author: gertv
Date: Sun Aug 24 22:26:26 2008
New Revision: 688619

URL: http://svn.apache.org/viewvc?rev=688619&view=rev
Log:
SM-1509: Exclude offending dependencies for xbean-server

Modified:
    servicemix/smx3/branches/servicemix-3.2/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/pom.xml?rev=688619&r1=688618&r2=688619&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/pom.xml Sun Aug 24 22:26:26 2008
@@ -1649,6 +1649,18 @@
                     <groupId>org.springframework</groupId>
                     <artifactId>spring</artifactId>
                   </exclusion>
+                  <exclusion>
+                    <groupId>org.apache.xbean</groupId>
+                    <artifactId>xbean-kernel</artifactId>
+                  </exclusion>
+                  <exclusion>
+                    <groupId>org.apache.xbean</groupId>
+                    <artifactId>xbean-classloader</artifactId>
+                  </exclusion>
+                  <exclusion>
+                    <groupId>org.apache.xbean</groupId>
+                    <artifactId>xbean-spring</artifactId>
+                  </exclusion>
                 </exclusions>
             </dependency>
             <dependency>