Skip to content

Commit

Permalink
Merge pull request #71 from benjchristensen/execution-hooks
Browse files Browse the repository at this point in the history
HystrixCommand Execution Hooks Netflix/Hystrix#10
  • Loading branch information
benjchristensen committed Jan 7, 2013
2 parents 65f35e5 + 076a870 commit aca7f7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
apply plugin: 'java'
apply plugin: 'war'
apply plugin: 'jetty'

dependencies {
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'
}

jettyRun {
httpPort = 7979
}

0 comments on commit aca7f7b

Please sign in to comment.