[
https://issues.apache.org/jira/browse/CAMEL-12017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16259075#comment-16259075
]
ASF GitHub Bot commented on CAMEL-12017:
----------------------------------------
GitHub user evmin opened a pull request:
https://github.com/apache/camel/pull/2102
CAMEL-12017: Added httpclient dependency
Adressed https://issues.apache.org/jira/browse/CAMEL-12017 - added the
dependency explicitly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/evmin/camel CAMEL-12017
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2102.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2102
----
commit d27088443ae969ecfaf09f9b8ff0706f72650055
Author: Evgeny Minkevich <[email protected]>
Date: 2017-11-20T10:37:00Z
CAMEL-12017: Added httpclient dependency
----
> Google PubSub and BigQuery components miss dependency declarations
> ------------------------------------------------------------------
>
> Key: CAMEL-12017
> URL: https://issues.apache.org/jira/browse/CAMEL-12017
> Project: Camel
> Issue Type: Bug
> Components: camel-google-pubsub
> Affects Versions: 2.20.1
> Reporter: Evgeny Minkevich
> Priority: Minor
>
> Google PubSub and Google Bigquery components require Apache HTTP client,
> which is NOT explicitly called out in dependencies.
> As such they would work, if camel-http4 component is mentioned in the
> dependencies, but would fail on their own.
> As a developer I would like to be able to define an absolute minimum of the
> dependencies, thus I need the component to import all components they rely
> on, themselves.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)