Skip to content

Commit fac1bc9

Browse files
committed
[Java] Reduce hamcrest dependency from all to library.
1 parent 4a7fae0 commit fac1bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ subprojects {
121121
dependencies {
122122
checkstyle 'com.puppycrawl.tools:checkstyle:8.8'
123123

124-
testCompile 'org.hamcrest:hamcrest-all:1.3'
125124
testCompile 'junit:junit:4.12'
126125
testCompile 'org.mockito:mockito-core:2.13.0'
126+
testCompile 'org.hamcrest:hamcrest-library:1.3'
127127
testCompile 'com.google.code.gson:gson:2.8.2'
128128
}
129129

0 commit comments

Comments
 (0)