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 ad6cc5b commit 7b05350
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -2,5 +2,5 @@
dependencies {
compile project(':hystrix-core')
compile 'org.codehaus.jackson:jackson-core-asl:1.9.2'
compile 'javax.servlet:servlet-api:2.5'
provided 'javax.servlet:servlet-api:2.5'
}

0 comments on commit 7b05350

Please sign in to comment.