Repository: camel Updated Branches: refs/heads/master ea3a17488 -> 9ad78b8c1
Use httpclient4-version property for httpclient test dependency in camel-jetty9 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9ad78b8c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9ad78b8c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9ad78b8c Branch: refs/heads/master Commit: 9ad78b8c136a517aad43a2820a119c7a2ee18d3d Parents: ea3a174 Author: Andrea Cosentino <anco...@gmail.com> Authored: Tue Apr 5 17:05:03 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Tue Apr 5 17:05:03 2016 +0200 ---------------------------------------------------------------------- components/camel-jetty9/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9ad78b8c/components/camel-jetty9/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jetty9/pom.xml b/components/camel-jetty9/pom.xml index 0423731..9037a71 100644 --- a/components/camel-jetty9/pom.xml +++ b/components/camel-jetty9/pom.xml @@ -141,7 +141,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.2</version> + <version>${httpclient4-version}</version> <scope>test</scope> </dependency> </dependencies>