Skip to content

Commit

Permalink
Merge pull request #266 from benjchristensen/junit-dep
Browse files Browse the repository at this point in the history
change from junit to junit-dep
  • Loading branch information
benjchristensen committed May 7, 2013
2 parents 85a221d + bae8dff commit e00cd99
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion language-adaptors/rxjava-clojure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'osgi'
dependencies {
compile project(':rxjava-core')
provided 'org.clojure:clojure:1.4.+'
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'

// clojure
Expand Down
2 changes: 1 addition & 1 deletion language-adaptors/rxjava-groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'osgi'
dependencies {
compile project(':rxjava-core')
groovy 'org.codehaus.groovy:groovy-all:2.+'
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'
}

Expand Down
2 changes: 1 addition & 1 deletion language-adaptors/rxjava-jruby/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'osgi'
dependencies {
compile project(':rxjava-core')
provided 'org.jruby:jruby:1.6+'
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'
}

Expand Down
2 changes: 1 addition & 1 deletion language-adaptors/rxjava-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
provided 'org.scalatest:scalatest_2.10:1.9.1'

compile project(':rxjava-core')
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'

testCompile 'org.scalatest:scalatest_2.10:1.9.1'
Expand Down
2 changes: 1 addition & 1 deletion rxjava-contrib/rxjava-swing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_1_6

dependencies {
compile project(':rxjava-core')
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'
}

Expand Down
2 changes: 1 addition & 1 deletion rxjava-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_1_6

dependencies {
compile 'org.slf4j:slf4j-api:1.7.0'
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'
}

Expand Down

0 comments on commit e00cd99

Please sign in to comment.