Skip to content

Commit 1d6b56e

Browse files
committed
Remove build provided references (except for rxjava-android)
1 parent dbdd350 commit 1d6b56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ targetCompatibility = JavaVersion.VERSION_1_6
55

66
dependencies {
77
compile project(':rxjava-core')
8-
provided 'junit:junit-dep:4.10'
9-
provided 'org.mockito:mockito-core:1.8.5'
8+
testCompile 'junit:junit-dep:4.10'
9+
testCompile 'org.mockito:mockito-core:1.8.5'
1010
}
1111

1212
javadoc {

0 commit comments

Comments
 (0)