Skip to content

Commit

Permalink
Merge pull request #73 from fkjellberg/servlet-api-provided
Browse files Browse the repository at this point in the history
Make servlet-api a provided dependency
  • Loading branch information
benjchristensen committed Jan 7, 2013
2 parents 0aa62fc + c7ed3c4 commit cea9fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-dashboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'war'

dependencies {
compile 'javax.servlet:servlet-api:2.5'
provided 'javax.servlet:servlet-api:2.5'
compile 'org.apache.httpcomponents:httpclient:4.2.1'
compile 'log4j:log4j:1.2.17'
compile 'org.slf4j:slf4j-api:1.7.0'
Expand Down

0 comments on commit cea9fa9

Please sign in to comment.