diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 29d09d8c3..fdd1f695a 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -73,6 +73,11 @@ org.apache.hadoop hadoop-client + + org.apache.thrift + libthrift + true + org.apache.zookeeper zookeeper @@ -85,19 +90,6 @@ org.slf4j slf4j-api - - org.apache.thrift - libthrift - - provided - junit junit @@ -141,6 +133,41 @@ + + org.apache.maven.plugins + maven-shade-plugin + + + + shade + + package + + + + org.apache.thrift + org.apache.fluo.core.shaded.thrift + + + + + org.apache.thrift:* + + + org.apache.fluo.core.* + + + + LICENSE.txt + NOTICE.txt + + + + false + + + +