You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/08/07 15:12:55 UTC

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

Author: gertv
Date: Thu Aug  7 06:12:54 2008
New Revision: 683611

URL: http://svn.apache.org/viewvc?rev=683611&view=rev
Log:
SM-1494: Include servicemix-common docs in generated docs

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=683611&r1=683610&r2=683611&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Thu Aug  7 06:12:54 2008
@@ -209,6 +209,15 @@
       <scope>test</scope>
       <version>1.0</version>
     </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>
   
   <build>