File tree 3 files changed +643
-325
lines changed
src/main/java/com/microsoft/azure/management/samples
3 files changed +643
-325
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ local.properties
35
35
# Other Tooling #
36
36
.classpath
37
37
.project
38
- target
38
+ target /
39
39
.idea
40
40
* .iml
41
41
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.microsoft.azure</groupId >
55
55
<artifactId >azure</artifactId >
56
- <version >1.0.0</version >
56
+ <version >1.1.0</version >
57
+ </dependency >
58
+ <dependency >
59
+ <groupId >org.eclipse.jgit</groupId >
60
+ <artifactId >org.eclipse.jgit</artifactId >
61
+ <version >4.5.0.201609210915-r</version >
57
62
</dependency >
58
63
<dependency >
59
64
<groupId >commons-net</groupId >
60
65
<artifactId >commons-net</artifactId >
61
66
<version >3.3</version >
62
67
</dependency >
68
+ <dependency >
69
+ <groupId >com.github.cverges.expect4j</groupId >
70
+ <artifactId >expect4j</artifactId >
71
+ <version >1.6</version >
72
+ </dependency >
63
73
</dependencies >
64
74
</project >
You can’t perform that action at this time.
0 commit comments