Skip to content

Commit

Permalink
Initial Track 2 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwatrous committed Nov 14, 2023
1 parent 17fa81b commit 43b7f8f
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 180 deletions.
27 changes: 6 additions & 21 deletions Java/PoolAndResourceFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,14 @@

<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-batch</artifactId>
<version>9.0.0</version>
<groupId>com.azure</groupId>
<artifactId>azure-compute-batch</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>
<version>8.6.6</version>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.21.1</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 43b7f8f

Please sign in to comment.