You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tzulitai <gi...@git.apache.org> on 2017/07/08 04:15:07 UTC

[GitHub] flink pull request #4150: [FLINK-6951] Incompatible versions of httpcomponen...

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

    https://github.com/apache/flink/pull/4150#discussion_r126274129
  
    --- Diff: flink-connectors/flink-connector-kinesis/pom.xml ---
    @@ -36,6 +36,8 @@ under the License.
     		<aws.sdk.version>1.10.71</aws.sdk.version>
     		<aws.kinesis-kcl.version>1.6.2</aws.kinesis-kcl.version>
     		<aws.kinesis-kpl.version>0.10.2</aws.kinesis-kpl.version>
    +		<apache.httpclient.version>4.3.6</apache.httpclient.version>
    +		<apache.httpcore.version>4.3.3</apache.httpcore.version>
    --- End diff --
    
    I assume these versions correspond to what the AWS SDK is using, correct?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---