You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/11 17:23:51 UTC

[GitHub] [openwhisk] tysonnorris commented on a change in pull request #4716: AttachmentStore implementation based on Azure Blob

tysonnorris commented on a change in pull request #4716: AttachmentStore implementation based on Azure Blob
URL: https://github.com/apache/openwhisk/pull/4716#discussion_r391137525
 
 

 ##########
 File path: common/scala/build.gradle
 ##########
 @@ -91,6 +91,9 @@ dependencies {
         exclude group: 'com.fasterxml.jackson.dataformat'
     }
     compile ('com.amazonaws:aws-java-sdk-cloudfront:1.11.517')
+    compile ('com.azure:azure-storage-blob:12.0.0') {
+        exclude group: "com.azure", module: "azure-core-test"
 
 Review comment:
   @asteed This issue is closed now - can you update this PR to remove the exclude, and verify the extra dependencies are no longer pulled in?

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


With regards,
Apache Git Services