Skip to content

Commit 75fbd80

Browse files
committed
Revert "#scm-ver 4.2"
This reverts commit dd51750.
1 parent dd51750 commit 75fbd80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dependencies {
4747
add(configuration ?: name.contains('test') ? 'testCompile' : 'compile', "$group:$name:${version?:''}${classifier?:''}${ext?:''}")
4848
}
4949
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
50+
compile 'org.apache.commons:commons-lang3:3.5'
5051

5152
testCompile 'org.mockito:mockito-core:2.0.62-beta'
5253
testCompile 'junit:junit:4.12'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
4.1

0 commit comments

Comments
 (0)