Skip to content

Commit fb314e6

Browse files
authored
Merge pull request #5 from Luyunmt/master
Change management sdk to tack2
2 parents e69f45f + 3392b55 commit fb314e6

File tree

3 files changed

+1809
-1439
lines changed

3 files changed

+1809
-1439
lines changed

Diff for: pom.xml

+11-6
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
</plugin>
2121
<plugin>
2222
<artifactId>maven-compiler-plugin</artifactId>
23-
<version>3.0</version>
23+
<version>3.8.1</version>
2424
<configuration>
25-
<source>1.7</source>
26-
<target>1.7</target>
25+
<source>1.8</source>
26+
<target>1.8</target>
2727
</configuration>
2828
</plugin>
2929
<plugin>
@@ -51,9 +51,14 @@
5151
</build>
5252
<dependencies>
5353
<dependency>
54-
<groupId>com.microsoft.azure</groupId>
55-
<artifactId>azure</artifactId>
56-
<version>1.36.3</version>
54+
<groupId>com.azure.resourcemanager</groupId>
55+
<artifactId>azure-resourcemanager</artifactId>
56+
<version>2.0.0-beta.5</version>
57+
</dependency>
58+
<dependency>
59+
<groupId>com.azure</groupId>
60+
<artifactId>azure-identity</artifactId>
61+
<version>1.2.0</version>
5762
</dependency>
5863
<dependency>
5964
<groupId>commons-net</groupId>

0 commit comments

Comments
 (0)