commit fb055c956448c3e55237b6ad55ee725db75cee57 Author: Moses Nakamura Date: Fri Oct 7 00:18:16 2016 +0000 common: Publish the deps we need to maven central Problem We don't want our users to have to add maven.twttr.com as a dependency. Solution Start publishing the common stuff to maven central. RB_ID=878684 science/src/java/com/twitter/common/stats/Elapsed.java | 4 ++-- science/src/java/com/twitter/common/stats/Percentile.java | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) commit 05b715164aa5a82348c1efe658860c164b5aab40 Author: Tony Dong Date: Tue Feb 2 08:00:01 2016 +0000 metrics/stats: Clarifying dependencies in common metrics + stats. Problem: We want to remove commons dependency from finagle-stats. That is a large change, so we want to break it up into a few smaller changes. Solution: We can start by clarifying the underlying the dependencies of the underlying libs, so there's a better understanding of what's going on. RB_ID=795740 science/src/java/com/twitter/common/stats/Elapsed.java | 1 - 1 file changed, 1 deletion(-)