You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/03/20 14:47:01 UTC

svn commit: r756463 - in /servicemix/smx4/nmr/trunk: bundle/pom.xml pom.xml

Author: gnodet
Date: Fri Mar 20 13:47:00 2009
New Revision: 756463

URL: http://svn.apache.org/viewvc?rev=756463&view=rev
Log:
Fix javadoc generation for the bundle module

Modified:
    servicemix/smx4/nmr/trunk/bundle/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/bundle/pom.xml?rev=756463&r1=756462&r2=756463&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/bundle/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/bundle/pom.xml Fri Mar 20 13:47:00 2009
@@ -86,6 +86,11 @@
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core</artifactId>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=756463&r1=756462&r2=756463&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Fri Mar 20 13:47:00 2009
@@ -773,7 +773,7 @@
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
-                  <version>2.3</version>
+                  <version>2.5</version>
               </plugin>
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>