Skip to content

Commit

Permalink
Merge pull request #50 from benjchristensen/servlet-transitive-depend…
Browse files Browse the repository at this point in the history
…ency

Downgrade to javax.servlet:servlet-api:2.5 instead of 3.0
  • Loading branch information
benjchristensen committed Dec 14, 2012
2 parents 2dd027b + 278a379 commit e388f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
@@ -1,6 +1,6 @@
apply plugin: 'java'
dependencies {
compile project(':hystrix-core')
compile 'javax.servlet:javax.servlet-api:3.0.1'
compile 'org.codehaus.jackson:jackson-core-asl:1.9.2'
compile 'javax.servlet:servlet-api:2.5'
}
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:javax.servlet-api:3.0.1'
compile 'javax.servlet:servlet-api:2.5'
}

0 comments on commit e388f82

Please sign in to comment.