Skip to content

Commit

Permalink
Merge pull request #37 from benjchristensen/json-implementation
Browse files Browse the repository at this point in the history
Migrate metrics stream from org.json.JSONObject to Jackson
  • Loading branch information
benjchristensen committed Dec 5, 2012
2 parents 3376075 + 6d5813e commit 493cd97
Show file tree
Hide file tree
Showing 9 changed files with 139 additions and 1,164 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
Expand Up @@ -2,5 +2,5 @@
dependencies {
compile project(':hystrix-core')
compile 'javax.servlet:javax.servlet-api:3.0.1'
compile 'org.json:json:20090211'
compile 'org.codehaus.jackson:jackson-core-asl:1.5.0'
}

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions hystrix-contrib/hystrix-servo-stream/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 493cd97

Please sign in to comment.