Skip to content

Commit

Permalink
Remove build provided references (except for rxjava-android)
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak committed Jul 9, 2014
1 parent 4aafb42 commit fab02b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ targetCompatibility = JavaVersion.VERSION_1_6
dependencies {
compile project(':rxjava-core')
testCompile project(":rxjava-core").sourceSets.test.output
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.mockito:mockito-core:1.8.5'
}

javadoc {
Expand Down

0 comments on commit fab02b3

Please sign in to comment.