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 2007/03/16 19:38:50 UTC

svn commit: r519089 - /incubator/servicemix/trunk/common/servicemix-common/pom.xml

Author: gnodet
Date: Fri Mar 16 11:38:49 2007
New Revision: 519089

URL: http://svn.apache.org/viewvc?view=rev&rev=519089
Log:
Remove provided scope for servicemix-core / jbi so that all transitive dependencies are included in the build.
This help the maven jbi plugin to only include the needed ones when building a component

Modified:
    incubator/servicemix/trunk/common/servicemix-common/pom.xml

Modified: incubator/servicemix/trunk/common/servicemix-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/common/servicemix-common/pom.xml?view=diff&rev=519089&r1=519088&r2=519089
==============================================================================
--- incubator/servicemix/trunk/common/servicemix-common/pom.xml (original)
+++ incubator/servicemix/trunk/common/servicemix-common/pom.xml Fri Mar 16 11:38:49 2007
@@ -36,17 +36,14 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-jbi</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>