From aba3730643431c48ef4972ffc98f50c51d2cac42 Mon Sep 17 00:00:00 2001 From: aleph-zero Date: Sat, 11 Jul 2015 15:12:23 -0700 Subject: [PATCH] jsr166e was left out of shaded jar The classes in com.twitter.jsr166e were not getting included in the shaded jar due to a missing configuration line. Closes #12193 --- core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/pom.xml b/core/pom.xml index 8a9c5f21a41..10ad25a9486 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -392,6 +392,7 @@ com.tdunning:t-digest org.apache.commons:commons-lang3 commons-cli:commons-cli + com.twitter:jsr166e