Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi/pull/576#discussion_r69320695 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml --- @@ -56,6 +56,11 @@ language governing permissions and limitations under the License. --> <version>${es.version}</version> </dependency> <dependency> + <groupId>com.squareup.okhttp</groupId> + <artifactId>okhttp</artifactId> + <version>2.7.1</version> --- End diff -- That's fair but in response to an issue found by a user on the mail list[1] invokeHttp will need to be updated anyway. So might as well code this on OkHttp v3 [1] https://issues.apache.org/jira/browse/NIFI-2162
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---