Skip to content

Commit ae84fe3

Browse files
sjuarezgxSabrina Juarez Garcia
andcommitted
Update Azure Storage SDK (#1042)
--------- Co-authored-by: Sabrina Juarez Garcia <[email protected]> (cherry picked from commit 87881eb)
1 parent 2f5cb36 commit ae84fe3

File tree

8 files changed

+806
-16
lines changed

8 files changed

+806
-16
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<parent>
8+
<groupId>com.genexus</groupId>
9+
<artifactId>parent</artifactId>
10+
<version>${revision}${changelist}</version>
11+
</parent>
12+
13+
<artifactId>gxcloudstorage-azureblob-latest</artifactId>
14+
<name>GeneXus Azure Blob Cloud Storage</name>
15+
16+
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>gxclassR</artifactId>
20+
<version>${project.version}</version>
21+
<scope>test</scope>
22+
</dependency>
23+
<dependency>
24+
<groupId>com.genexus</groupId>
25+
<artifactId>gxcloudstorage-common</artifactId>
26+
<version>${project.version}</version>
27+
</dependency>
28+
<dependency>
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>
37+
</dependency>
38+
</dependencies>
39+
</project>

0 commit comments

Comments
 (0)