You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2017/02/21 13:17:44 UTC

[jira] [Created] (SM-3265) Create Azure Storage SDK and Key Vault Bundles

Sergey Beryozkin created SM-3265:
------------------------------------

             Summary: Create Azure Storage SDK and Key Vault Bundles
                 Key: SM-3265
                 URL: https://issues.apache.org/jira/browse/SM-3265
             Project: ServiceMix
          Issue Type: Task
          Components: bundles
            Reporter: Sergey Beryozkin


Please see

https://search.maven.org/#artifactdetails%7Ccom.microsoft.azure%7Cazure-storage%7C5.0.0%7Cjar

Azure Storage SDK POM is:

{code:java}
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-storage</artifactId>
    <version>5.0.0</version>
</dependency>
{code}

it strongly depends on

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-keyvault-core</artifactId>
    <version>1.0.0-beta3</version>
</dependency>

The other dependencies from the storage and key vault poms appear to be covered by ServiceMix bundles



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)