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/09/18 10:02:42 UTC

svn commit: r696592 - /servicemix/components/bindings/servicemix-http/trunk/pom.xml

Author: ffang
Date: Thu Sep 18 01:02:42 2008
New Revision: 696592

URL: http://svn.apache.org/viewvc?rev=696592&view=rev
Log:
[SM-1583]add servicemix-common dependency for servicemix-http component

Modified:
    servicemix/components/bindings/servicemix-http/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-http/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/pom.xml?rev=696592&r1=696591&r2=696592&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Thu Sep 18 01:02:42 2008
@@ -235,14 +235,10 @@
       </exclusions>
     </dependency>
 
-    <!-- include servicemix-common as a source for the XSD documentation generator -->
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-common</artifactId>
       <version>${servicemix-shared-version}</version>
-      <classifier>sources</classifier>
-      <scope>provided</scope>
-      <optional>true</optional>
     </dependency>
   </dependencies>