[
https://issues.apache.org/jira/browse/SM-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin updated SM-3265:
---------------------------------
Description:
Please see
https://search.maven.org/#artifactdetails%7Ccom.microsoft.azure%7Cazure-storage%7C5.0.0%7Cjar
Azure Storage SDK POM is:
{code:xml}
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>
<version>5.0.0</version>
</dependency>
{code}
it strongly depends on
{code:xml}
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
<version>1.0.0-beta3</version>
</dependency>
{code}
The other dependencies from the storage and key vault poms appear to be covered
by ServiceMix bundles
was:
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
> 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:xml}
> <dependency>
> <groupId>com.microsoft.azure</groupId>
> <artifactId>azure-storage</artifactId>
> <version>5.0.0</version>
> </dependency>
> {code}
> it strongly depends on
> {code:xml}
> <dependency>
> <groupId>com.microsoft.azure</groupId>
> <artifactId>azure-keyvault-core</artifactId>
> <version>1.0.0-beta3</version>
> </dependency>
> {code}
> 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)