You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/21 04:47:28 UTC

[camel] branch master updated: Camel-Olingo4-Component: Removed javadoc dep for olingo4-api

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

acosentino 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 a1f5099  Camel-Olingo4-Component: Removed javadoc dep for olingo4-api
a1f5099 is described below

commit a1f509986962787e89001fc00f6f4721df28e6da
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 21 06:46:25 2020 +0200

    Camel-Olingo4-Component: Removed javadoc dep for olingo4-api
---
 components/camel-olingo4/camel-olingo4-component/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/components/camel-olingo4/camel-olingo4-component/pom.xml b/components/camel-olingo4/camel-olingo4-component/pom.xml
index 357b212..1f813b1 100644
--- a/components/camel-olingo4/camel-olingo4-component/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-component/pom.xml
@@ -70,13 +70,6 @@
             <version>${commons-lang3-version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-olingo4-api</artifactId>
-            <classifier>javadoc</classifier>
-            <version>${project.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j-impl</artifactId>
             <scope>test</scope>