You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dm...@apache.org on 2019/01/28 15:05:17 UTC

[camel] branch camel-2.x updated: camel-olingo2 add groovy-ant to deps for fix build warnings with gmaven-plugin

This is an automated email from the ASF dual-hosted git repository.

dmvolod pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 1878bb6  camel-olingo2 add groovy-ant to deps for fix build warnings with gmaven-plugin
1878bb6 is described below

commit 1878bb6af303ad7a6889b0da8feaa1c85b62d271
Author: Dmitry Volodin <dm...@gmail.com>
AuthorDate: Tue Jan 15 12:08:54 2019 +0300

    camel-olingo2 add groovy-ant to deps for fix build warnings with
    gmaven-plugin
---
 components/camel-olingo2/camel-olingo2-api/pom.xml       | 2 --
 components/camel-olingo2/camel-olingo2-component/pom.xml | 5 +++++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml b/components/camel-olingo2/camel-olingo2-api/pom.xml
index bfd7eb2..87c9df5 100644
--- a/components/camel-olingo2/camel-olingo2-api/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-api/pom.xml
@@ -93,7 +93,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.9.1</version>
         <executions>
           <execution>
             <id>add-javadoc</id>
@@ -127,7 +126,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>${maven-javadoc-plugin-version}</version>
             <configuration>
               <additionalparam>-Xdoclint:none</additionalparam>
             </configuration>
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index cb76a92..b27f0b5 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -146,6 +146,11 @@
       <version>${jetty-version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-ant</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>