Skip to content

Commit

Permalink
add junit dependency in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
redmar committed Dec 30, 2014
1 parent b0a175d commit 12601f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zuul-netflix-webapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
compile 'com.sun.jersey:jersey-servlet:1.17.1'

groovy "org.codehaus.groovy:groovy-all:2.2.2"
provided 'junit:junit-dep:4.10'
}

javadoc {
Expand Down
1 change: 1 addition & 0 deletions zuul-netflix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
compile 'com.netflix.turbine:turbine-core:[0.4,)'

provided 'org.powermock:powermock-api-mockito:1.5.4'
provided 'junit:junit-dep:4.10'
}

jar {
Expand Down

0 comments on commit 12601f4

Please sign in to comment.