Skip to content

Commit 43b7f8f

Browse files
committed
Initial Track 2 conversion
1 parent 17fa81b commit 43b7f8f

File tree

2 files changed

+172
-180
lines changed

2 files changed

+172
-180
lines changed

Java/PoolAndResourceFile/pom.xml

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,14 @@
1515

1616
<dependencies>
1717
<dependency>
18-
<groupId>com.microsoft.azure</groupId>
19-
<artifactId>azure-batch</artifactId>
20-
<version>9.0.0</version>
18+
<groupId>com.azure</groupId>
19+
<artifactId>azure-compute-batch</artifactId>
20+
<version>1.0.0-beta.1</version>
2121
</dependency>
2222
<dependency>
23-
<groupId>com.microsoft.rest</groupId>
24-
<artifactId>client-runtime</artifactId>
25-
<version>1.7.12</version>
26-
</dependency>
27-
<dependency>
28-
<groupId>com.microsoft.azure</groupId>
29-
<artifactId>azure-client-runtime</artifactId>
30-
<version>1.7.12</version>
31-
</dependency>
32-
<dependency>
33-
<groupId>commons-codec</groupId>
34-
<artifactId>commons-codec</artifactId>
35-
<version>1.15</version>
36-
</dependency>
37-
<dependency>
38-
<groupId>com.microsoft.azure</groupId>
39-
<artifactId>azure-storage</artifactId>
40-
<version>8.6.6</version>
23+
<groupId>com.azure</groupId>
24+
<artifactId>azure-storage-blob</artifactId>
25+
<version>12.21.1</version>
4126
</dependency>
4227
</dependencies>
4328

0 commit comments

Comments
 (0)