Hi, We need to embed azure specific libraries in the oak-blob-cloud-azure module as these are not OSGi compliant. The total size of the libraries is ~ 600 KB.
The libraries have different license associated with them: * com.microsoft.azure.azure-storage:5.0.0 - Apache 2 license [1] * com.microsoft.azure.azure-keyvault-core:0.9.7 - MIT [2] Just wanted to check with the team that its Ok to do embed these with these licenses. Thanks Amit [1] https://github.com/Azure/azure-storage-java/blob/master/LICENSE.txt [2] https://github.com/Azure/azure-sdk-for-java/blob/master/LICENSE.txt
