You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/05 20:36:25 UTC

[jira] [Commented] (CAMEL-9819) camel-jetty8 test missing dependency

    [ https://issues.apache.org/jira/browse/CAMEL-9819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226872#comment-15226872 ] 

ASF GitHub Bot commented on CAMEL-9819:
---------------------------------------

GitHub user davgordo opened a pull request:

    https://github.com/apache/camel/pull/930

    CAMEL-9819: add httpclient to camel-jetty9 test dependencies

    The camel-jetty8 component fails to compile for me because of a problem with a missing dependency, described here: [CAMEL-9819](https://issues.apache.org/jira/browse/CAMEL-9819)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/davgordo/camel CAMEL-9819

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/930.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 #930
    
----
commit 0437f7db6be6e259962185069e75313b2b54748b
Author: David Gordon <da...@redhat.com>
Date:   2016-04-05T18:28:36Z

    CAMEL-9819: add httpclient from org.apache.httpcomponents to test dependencies for camel-jetty9

----


> camel-jetty8 test missing dependency
> ------------------------------------
>
>                 Key: CAMEL-9819
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9819
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jetty
>    Affects Versions: 2.17.0
>         Environment: java version "1.7.0_91"
> OpenJDK Runtime Environment (rhel-2.6.2.1.el7_1-x86_64 u91-b00)
> OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)
> Maven 3.3.9
>            Reporter: David Gordon
>            Priority: Minor
>              Labels: test
>         Attachments: patchfile.txt
>
>
> When performing a clean build after a fresh clone of camel, the camel-jetty8 component fails to compile due to a missing org.apache.httpcomponents.httpclient dependency.
> The camel-jetty8 component relies on camel-jetty9 tests:
> {code:xml}
> <configuration>
>   <target>
>     <copy todir="target/generated/src/test/java">
>       <fileset dir="../camel-jetty9/src/test/java" />
>     </copy>
>   </target>
> </configuration>
> {code}
> My attempted build failed at HttpBridgeBigFormPostRouteTest.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)