pabloem commented on a change in pull request #12335:
URL: https://github.com/apache/beam/pull/12335#discussion_r459079062
##########
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:
Any dependency that we're not using. I believe that's `compile
"com.azure:azure-storage-blob:12.6.0"` and `compile
"com.azure:azure-identity:1.0.8"` -
`:sdks:java:core` contains the base classes for filesystem, so we keep that
one, and junit.
----------------------------------------------------------------
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]