Skip to content

Commit

Permalink
Fix automatic unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed May 2, 2018
1 parent 0b24148 commit 956b25d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repositories {

dependencies {
api 'com.google.guava:guava:21.0'
testImplementation 'junit:junit-dep:4.10'
testImplementation 'org.hamcrest:hamcrest-library:1.2.1'
testImplementation 'org.mockito:mockito-core:1.8.5'
testImplementation 'com.google.guava:guava-testlib:21.0'
testImplementation 'org.openjdk.jmh:jmh-core:1.19'
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.19'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
testCompile 'org.mockito:mockito-core:1.8.5'
testCompile 'com.google.guava:guava-testlib:21.0'
testCompile 'org.openjdk.jmh:jmh-core:1.19'
testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.19'
}

task sourcesJar(type: Jar) {
Expand Down

0 comments on commit 956b25d

Please sign in to comment.