Author: gnodet
Date: Fri Mar 16 11:55:58 2007
New Revision: 519100
URL: http://svn.apache.org/viewvc?view=rev&rev=519100
Log:
Revert the last change. It does not seem to work as expected :-(
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=519100&r1=519099&r2=519100
==============================================================================
--- incubator/servicemix/trunk/common/servicemix-common/pom.xml (original)
+++ incubator/servicemix/trunk/common/servicemix-common/pom.xml Fri Mar 16
11:55:58 2007
@@ -36,14 +36,17 @@
<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>