Dependency is only needed for compilation but not runtime
This commit is contained in:
parent
078cede6dc
commit
b87585436d
@ -65,6 +65,6 @@ configure(subprojects - project(':onjava')) {
|
||||
dependencies {
|
||||
compile project(':onjava')
|
||||
compile 'com.google.guava:guava:19.0'
|
||||
compile "org.openjdk.jmh:jmh-core:${jmh.jmhVersion}"
|
||||
compileOnly "org.openjdk.jmh:jmh-core:${jmh.jmhVersion}"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user