You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/12/17 04:03:49 UTC

svn commit: r727251 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: ffang
Date: Tue Dec 16 19:03:49 2008
New Revision: 727251

URL: http://svn.apache.org/viewvc?rev=727251&view=rev
Log:
[SM-1735]change servicemix-core dependency scope from privided to test

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=727251&r1=727250&r2=727251&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Tue Dec 16 19:03:49 2008
@@ -86,7 +86,7 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
       <version>${servicemix-version}</version>
-      <scope>provided</scope>
+      <scope>test</scope>
       <exclusions>
         <exclusion>
          <groupId>org.apache.servicemix</groupId>