Skip to content

Commit 7f9f76c

Browse files
committed
Remove build provided references (except for rxjava-android)
1 parent face040 commit 7f9f76c

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
@@ -6,8 +6,8 @@ targetCompatibility = JavaVersion.VERSION_1_6
66
dependencies {
77
compile project(':rxjava-core')
88
testCompile project(":rxjava-core").sourceSets.test.output
9-
provided 'junit:junit-dep:4.10'
10-
provided 'org.mockito:mockito-core:1.8.5'
9+
testCompile 'junit:junit-dep:4.10'
10+
testCompile 'org.mockito:mockito-core:1.8.5'
1111
}
1212

1313
javadoc {

0 commit comments

Comments
 (0)