Skip to content

Commit

Permalink
Change javax.servlet to 'provided'
Browse files Browse the repository at this point in the history
See #50 for background
  • Loading branch information
benjchristensen committed Dec 14, 2012
1 parent 7b05350 commit 9dec369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-contrib/hystrix-request-servlet/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'java'
dependencies {
compile project(':hystrix-core')
compile 'javax.servlet:servlet-api:2.5'
provided 'javax.servlet:servlet-api:2.5'
}

0 comments on commit 9dec369

Please sign in to comment.