Skip to content

Commit 17b2f2a

Browse files
authored
Fixes #501 (#518)
Removing JMH dependency as no JMH tests are present today.
1 parent 3ec7000 commit 17b2f2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ subprojects {
3737
dependencies {
3838
compile "io.reactivex:rxjava:1.1.5"
3939

40-
compile 'org.openjdk.jmh:jmh-generator-annprocess:1.11.2'
41-
compile 'org.openjdk.jmh:jmh-core:1.11.2'
42-
4340
testCompile 'junit:junit:4.12'
4441
testCompile "org.hamcrest:hamcrest-library:1.3"
4542
testCompile "org.mockito:mockito-core:1.+"

0 commit comments

Comments
 (0)