Skip to content

Commit

Permalink
Migrate from junit to junit-dep without hamcrest
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Jan 9, 2013
1 parent 7bb90fa commit 94651a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hystrix-contrib/hystrix-metrics-event-stream/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
compile project(':hystrix-core')
compile 'org.codehaus.jackson:jackson-core-asl:1.9.2'
provided 'javax.servlet:servlet-api:2.5'
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
}
2 changes: 1 addition & 1 deletion hystrix-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
compile 'com.netflix.archaius:archaius-core:0.4.1'
compile 'org.slf4j:slf4j-api:1.7.0'
compile 'com.google.code.findbugs:jsr305:2.0.0'
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
}

javadoc {
Expand Down
2 changes: 1 addition & 1 deletion hystrix-examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
dependencies {
compile project(':hystrix-core')
provided 'junit:junit:4.10'
provided 'junit:junit-dep:4.10'
}

task(runDemo, dependsOn: 'classes', type: JavaExec) {
Expand Down

0 comments on commit 94651a0

Please sign in to comment.