Skip to content

Commit 684bebc

Browse files
author
Sabrina Juarez Garcia
committed
Define latest artifact instead of having legacy. Soy the original package is the legacy (for compatibility)
1 parent be9455c commit 684bebc

File tree

6 files changed

+874
-865
lines changed

6 files changed

+874
-865
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<version>${revision}${changelist}</version>
1111
</parent>
1212

13-
<artifactId>gxcloudstorage-azureblob-legacy</artifactId>
14-
<name>GeneXus Azure Blob Cloud Storage Legacy</name>
13+
<artifactId>gxcloudstorage-azureblob-latest</artifactId>
14+
<name>GeneXus Azure Blob Cloud Storage</name>
1515

1616
<dependencies>
1717
<dependency>
@@ -26,15 +26,14 @@
2626
<version>${project.version}</version>
2727
</dependency>
2828
<dependency>
29-
<groupId>com.microsoft.azure</groupId>
30-
<artifactId>azure-storage</artifactId>
31-
<version>8.6.6</version>
32-
<exclusions>
33-
<exclusion>
34-
<groupId>com.microsoft.azure</groupId>
35-
<artifactId>azure-keyvault-core</artifactId>
36-
</exclusion>
37-
</exclusions>
29+
<groupId>com.azure</groupId>
30+
<artifactId>azure-storage-blob</artifactId>
31+
<version>12.32.0</version>
32+
</dependency>
33+
<dependency>
34+
<groupId>com.azure</groupId>
35+
<artifactId>azure-identity</artifactId>
36+
<version>1.18.1</version>
3837
</dependency>
3938
</dependencies>
4039
</project>

0 commit comments

Comments
 (0)