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/29 07:21:45 UTC

svn commit: r690106 - /servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml

Author: gertv
Date: Thu Aug 28 22:21:45 2008
New Revision: 690106

URL: http://svn.apache.org/viewvc?rev=690106&view=rev
Log:
SM:1455: Removing servicemix-core from SL

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml?rev=690106&r1=690105&r2=690106&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-shared/pom.xml Thu Aug 28 22:21:45 2008
@@ -54,57 +54,6 @@
       <artifactId>servicemix-utils</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-core</artifactId>
-      <version>${servicemix-version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>mx4j</groupId>
-          <artifactId>mx4j</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>mx4j</groupId>
-          <artifactId>mx4j-remote</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.activemq</groupId>
-          <artifactId>activemq-core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-jbi</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-services</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.xbean</groupId>
-          <artifactId>xbean-kernel</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.xbean</groupId>
-          <artifactId>xbean-server</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.jencks</groupId>
-          <artifactId>jencks</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>xml-apis</groupId>
-          <artifactId>xml-apis</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>xerces</groupId>
-          <artifactId>xercesImpl</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-jmx</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
       <groupId>wsdl4j</groupId>
       <artifactId>wsdl4j</artifactId>
       <scope>compile</scope>