We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdd350 commit 1d6b56eCopy full SHA for 1d6b56e
build.gradle
@@ -5,8 +5,8 @@ targetCompatibility = JavaVersion.VERSION_1_6
5
6
dependencies {
7
compile project(':rxjava-core')
8
- provided 'junit:junit-dep:4.10'
9
- provided 'org.mockito:mockito-core:1.8.5'
+ testCompile 'junit:junit-dep:4.10'
+ testCompile 'org.mockito:mockito-core:1.8.5'
10
}
11
12
javadoc {
0 commit comments