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 2016/04/28 16:39:48 UTC

camel git commit: Added missing OkHttp client 3 dependency in Jetty 8 too

Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x 0e9d9fee3 -> 2de454fba


Added missing OkHttp client 3 dependency in Jetty 8 too


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2de454fb
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2de454fb
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2de454fb

Branch: refs/heads/camel-2.17.x
Commit: 2de454fbae90d28f6505c8a44a205ee05568711f
Parents: 0e9d9fe
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Apr 28 16:39:03 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Apr 28 16:39:26 2016 +0200

----------------------------------------------------------------------
 components/camel-jetty8/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2de454fb/components/camel-jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jetty8/pom.xml b/components/camel-jetty8/pom.xml
index 015a1f4..b38076d 100644
--- a/components/camel-jetty8/pom.xml
+++ b/components/camel-jetty8/pom.xml
@@ -97,6 +97,14 @@
       <version>${jetty8-version}</version>
     </dependency>
 
+    <!-- testing with ok http client -->
+    <dependency>
+      <groupId>com.squareup.okhttp3</groupId>
+      <artifactId>okhttp</artifactId>
+      <version>${okclient-version}</version>
+      <scope>test</scope>
+    </dependency>
+
     <!-- test dependencies -->
     <dependency>
       <groupId>org.apache.camel</groupId>