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 2020/07/22 20:51:30 UTC

[GitHub] [beam] ettirapp commented on a change in pull request #12335: [BEAM-10378] Creates Azure Blob Storage Resource Id

ettirapp commented on a change in pull request #12335:
URL: https://github.com/apache/beam/pull/12335#discussion_r459075447



##########
File path: sdks/java/io/azure/build.gradle
##########
@@ -17,7 +17,11 @@
  */
 
 plugins { id 'org.apache.beam.module' }
-applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.azure')
+applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.azure', enableChecker: false)
 
 dependencies {
+  compile "com.azure:azure-storage-blob:12.6.0"
+  compile project(path: ":sdks:java:core", configuration: "shadow")
+  compile "com.azure:azure-identity:1.0.8"

Review comment:
       Which dependency?  Just the 1st and 3rd, or also the 2nd?




----------------------------------------------------------------
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