Repository: nifi Updated Branches: refs/heads/master 5273109ab -> 6c46f22b6
NIFI-1327 NIFI-1353 Updating version of OkHttp and OkHttp-Digest Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6c46f22b Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6c46f22b Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6c46f22b Branch: refs/heads/master Commit: 6c46f22b6214067751bc420968f1a3580e4c8b1c Parents: 5273109 Author: jpercivall <[email protected]> Authored: Thu Jan 7 12:23:52 2016 -0500 Committer: jpercivall <[email protected]> Committed: Thu Jan 7 15:51:49 2016 -0500 ---------------------------------------------------------------------- .../nifi-standard-bundle/nifi-standard-processors/pom.xml | 4 ++-- .../java/org/apache/nifi/processors/standard/TestInvokeHTTP.java | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/6c46f22b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index 791568c..e189027 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -172,12 +172,12 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> - <version>2.5.0</version> + <version>2.7.1</version> </dependency> <dependency> <groupId>com.burgstaller</groupId> <artifactId>okhttp-digest</artifactId> - <version>0.4</version> + <version>0.6</version> <type>jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/6c46f22b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHTTP.java ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHTTP.java b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHTTP.java index a82bc5a..d889dee 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHTTP.java +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestInvokeHTTP.java @@ -125,7 +125,6 @@ public class TestInvokeHTTP extends TestInvokeHttpCommon { bundle1.assertAttributeEquals(InvokeHTTP.STATUS_MESSAGE, "OK"); bundle1.assertAttributeEquals("Foo", "Bar"); bundle1.assertAttributeEquals("Content-Type", "text/plain; charset=ISO-8859-1"); - bundle1.assertAttributeEquals("OkHttp-Selected-Protocol", "http/1.1"); } // Currently InvokeHttp does not support Proxy via Https
