ibzib commented on a change in pull request #13688:
URL: https://github.com/apache/beam/pull/13688#discussion_r561173410
##########
File path: sdks/java/io/amazon-web-services2/build.gradle
##########
@@ -42,23 +43,26 @@ dependencies {
compile library.java.jackson_core
compile library.java.jackson_annotations
compile library.java.jackson_databind
- compile library.java.jackson_dataformat_cbor
compile library.java.joda_time
compile library.java.slf4j_api
compile "software.amazon.kinesis:amazon-kinesis-client:2.2.5"
compile "commons-lang:commons-lang:2.6"
+ compile "org.apache.commons:commons-lang3:3.9"
+ compile "org.apache.httpcomponents:httpcore:4.4.11"
+ compile "org.checkerframework:checker-qual:2.0.0"
Review comment:
```suggestion
```
##########
File path: sdks/java/io/amazon-web-services2/build.gradle
##########
@@ -42,23 +43,26 @@ dependencies {
compile library.java.jackson_core
compile library.java.jackson_annotations
compile library.java.jackson_databind
- compile library.java.jackson_dataformat_cbor
compile library.java.joda_time
compile library.java.slf4j_api
compile "software.amazon.kinesis:amazon-kinesis-client:2.2.5"
compile "commons-lang:commons-lang:2.6"
+ compile "org.apache.commons:commons-lang3:3.9"
Review comment:
Why are there two `commons-lang` dependencies?
##########
File path: sdks/java/io/azure/build.gradle
##########
@@ -34,8 +35,10 @@ dependencies {
compile "com.azure:azure-storage-blob:12.8.0"
compile "com.azure:azure-identity:1.0.8"
compile "com.microsoft.azure:azure-storage:8.6.5"
- compile "commons-io:commons-io:2.6"
compile library.java.slf4j_api
+ compile "com.azure:azure-core:1.6.0"
+ compile "com.azure:azure-storage-common:12.1.0"
+ compile "org.checkerframework:checker-qual:2.0.0"
Review comment:
```suggestion
```
##########
File path: sdks/java/io/cassandra/build.gradle
##########
@@ -37,6 +38,7 @@ dependencies {
compile library.java.slf4j_api
compile library.java.cassandra_driver_core
compile library.java.cassandra_driver_mapping
+ compile "org.checkerframework:checker-qual:2.0.0"
Review comment:
```suggestion
```
----------------------------------------------------------------
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]