File tree 3 files changed +1809
-1439
lines changed
src/main/java/com/microsoft/azure/management
3 files changed +1809
-1439
lines changed Original file line number Diff line number Diff line change 20
20
</plugin >
21
21
<plugin >
22
22
<artifactId >maven-compiler-plugin</artifactId >
23
- <version >3.0 </version >
23
+ <version >3.8.1 </version >
24
24
<configuration >
25
- <source >1.7 </source >
26
- <target >1.7 </target >
25
+ <source >1.8 </source >
26
+ <target >1.8 </target >
27
27
</configuration >
28
28
</plugin >
29
29
<plugin >
51
51
</build >
52
52
<dependencies >
53
53
<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 >
57
62
</dependency >
58
63
<dependency >
59
64
<groupId >commons-net</groupId >
You can’t perform that action at this time.
0 commit comments