You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by pz...@apache.org on 2019/06/20 20:01:13 UTC

[knox] branch master updated: Replaced explicit version of okhttp dependency in gateway-discovery-cm with reference

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

pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 16a8ed1  Replaced explicit version of okhttp dependency in gateway-discovery-cm with reference
16a8ed1 is described below

commit 16a8ed1311291cef3a7429189e8875528ad0f46a
Author: pzampino <pz...@cloudera.com>
AuthorDate: Thu Jun 20 16:00:25 2019 -0400

    Replaced explicit version of okhttp dependency in gateway-discovery-cm with reference
---
 gateway-discovery-cm/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-discovery-cm/pom.xml b/gateway-discovery-cm/pom.xml
index 90a6102..3ef4bbc 100644
--- a/gateway-discovery-cm/pom.xml
+++ b/gateway-discovery-cm/pom.xml
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>com.squareup.okhttp</groupId>
             <artifactId>okhttp</artifactId>
-            <version>2.7.5</version>
+            <version>${okhttp.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>