You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/24 02:12:44 UTC

[GitHub] [beam] ibzib commented on a change in pull request #14047: [BEAM-10961] enable strict dependency checking for sdks/java/io/azure/

ibzib commented on a change in pull request #14047:
URL: https://github.com/apache/beam/pull/14047#discussion_r581565456



##########
File path: sdks/java/io/azure/build.gradle
##########
@@ -29,13 +30,19 @@ ext.summary = "IO library to read and write Azure services from Beam."
 repositories { jcenter() }
 
 dependencies {
+  compile library.java.commons_io
+  permitUnusedDeclared library.java.commons_io

Review comment:
       Link to the JIRA here.

##########
File path: sdks/java/io/azure/build.gradle
##########
@@ -29,13 +30,19 @@ ext.summary = "IO library to read and write Azure services from Beam."
 repositories { jcenter() }
 
 dependencies {
+  compile library.java.commons_io
+  permitUnusedDeclared library.java.commons_io
+  compile library.java.slf4j_api
   compile library.java.vendored_guava_26_0_jre
   compile project(path: ":sdks:java:core", configuration: "shadow")
   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"

Review comment:
       azure-storage-common should have the same version as azure-storage-blob (since azure-storage-common is currently a transitive dependency imported by azure-storage-blob).




----------------------------------------------------------------
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:
users@infra.apache.org