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/15 09:10:38 UTC

[camel] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 79827f3384c6eb519ebf86c10e21af98c26c81d2
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 bec6087..11dd5d2 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 37abc8b..d87137a 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>