Author: aco Date: Tue May 30 02:10:16 2006 New Revision: 410227 URL: http://svn.apache.org/viewvc?rev=410227&view=rev Log: Made commons-logging to be provided scope in some of the modules. Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml incubator/servicemix/trunk/servicemix-http/pom.xml incubator/servicemix/trunk/servicemix-jms/pom.xml incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bpe/pom.xml?rev=410227&r1=410226&r2=410227&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-bpe/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-bpe/pom.xml Tue May 30 02:10:16 2006 @@ -82,6 +82,11 @@ log4j test + + commons-logging + commons-logging + provided + Modified: incubator/servicemix/trunk/servicemix-http/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-http/pom.xml?rev=410227&r1=410226&r2=410227&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-http/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-http/pom.xml Tue May 30 02:10:16 2006 @@ -70,6 +70,11 @@ log4j log4j + + commons-logging + commons-logging + provided + Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jms/pom.xml?rev=410227&r1=410226&r2=410227&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-jms/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-jms/pom.xml Tue May 30 02:10:16 2006 @@ -54,6 +54,11 @@ commons-pool test + + commons-logging + commons-logging + provided + Modified: incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml?rev=410227&r1=410226&r2=410227&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml Tue May 30 02:10:16 2006 @@ -48,6 +48,11 @@ servicemix-core provided + + commons-logging + commons-logging + provided + Modified: incubator/servicemix/trunk/servicemix-wsn2005/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-wsn2005/pom.xml?rev=410227&r1=410226&r2=410227&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-wsn2005/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Tue May 30 02:10:16 2006 @@ -72,6 +72,11 @@ xfire xfire-jsr181-api + + commons-logging + commons-logging + provided +