Github user mattyb149 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/576#discussion_r69318666
  
    --- 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 --
    
    Mostly to be able to borrow code from InvokeHttp, and in the hopes that we 
might have a single "common" NAR with oft-used libraries someday, rather than 
multiple versions of OkHttp (etc.) in various NARs. I will update the version 
(and the code that uses the API) to latest


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to