Skip to content

Commit 401cdc7

Browse files
committed
changes for 1.1.0
1 parent f02feec commit 401cdc7

File tree

3 files changed

+643
-325
lines changed

3 files changed

+643
-325
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ local.properties
3535
# Other Tooling #
3636
.classpath
3737
.project
38-
target
38+
target/
3939
.idea
4040
*.iml
4141

Diff for: pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,22 @@
5353
<dependency>
5454
<groupId>com.microsoft.azure</groupId>
5555
<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>
5762
</dependency>
5863
<dependency>
5964
<groupId>commons-net</groupId>
6065
<artifactId>commons-net</artifactId>
6166
<version>3.3</version>
6267
</dependency>
68+
<dependency>
69+
<groupId>com.github.cverges.expect4j</groupId>
70+
<artifactId>expect4j</artifactId>
71+
<version>1.6</version>
72+
</dependency>
6373
</dependencies>
6474
</project>

0 commit comments

Comments
 (0)