[
https://issues.apache.org/jira/browse/BEAM-7636?focusedWorklogId=345463&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-345463
]
ASF GitHub Bot logged work on BEAM-7636:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Nov/19 17:54
Start Date: 18/Nov/19 17:54
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on pull request #9935:
[BEAM-7636] Migrate SqsIO to AWS SDK for Java 2
URL: https://github.com/apache/beam/pull/9935#discussion_r345286359
##########
File path: sdks/java/io/amazon-web-services2/build.gradle
##########
@@ -33,13 +33,18 @@ dependencies {
compile library.java.aws_java_sdk2_dynamodb
compile library.java.aws_java_sdk2_sdk_core
compile library.java.aws_java_sdk2_sns
+ //compile library.java.aws_java_sdk2_sqs
compile library.java.jackson_core
compile library.java.jackson_annotations
compile library.java.jackson_databind
compile library.java.slf4j_api
+ // https://mvnrepository.com/artifact/software.amazon.awssdk/sqs
+ compile group: 'software.amazon.awssdk', name: 'sqs', version: '2.10.3'
Review comment:
Why specific aws sdk version is used here (not `$aws_java_sdk2_version`)?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 345463)
Time Spent: 20m (was: 10m)
> Migrate SqsIO to AWS SDK for Java 2
> -----------------------------------
>
> Key: BEAM-7636
> URL: https://issues.apache.org/jira/browse/BEAM-7636
> Project: Beam
> Issue Type: Sub-task
> Components: io-java-aws
> Reporter: Ismaël Mejía
> Assignee: Cam Mach
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)