Repository: bigtop Updated Branches: refs/heads/master 062ae7050 -> e489faa63
BIGTOP-2798 Apex component has duplicate slf4j binding Closes #231 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e489faa6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e489faa6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e489faa6 Branch: refs/heads/master Commit: e489faa631d3d3c199e7186c0d64ce09e6acb1e5 Parents: 062ae70 Author: Thomas Weise <[email protected]> Authored: Tue Jun 6 10:05:34 2017 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sat Jun 10 18:05:26 2017 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/apex/do-component-build | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e489faa6/bigtop-packages/src/common/apex/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/apex/do-component-build b/bigtop-packages/src/common/apex/do-component-build index 9d5639b..f0905ae 100644 --- a/bigtop-packages/src/common/apex/do-component-build +++ b/bigtop-packages/src/common/apex/do-component-build @@ -117,6 +117,7 @@ for i in `diff -r all-deps/ hadoop-deps/ | grep all-deps | awk '{print $4}'`; do rm -rf all-deps/ hadoop-deps/ rm -rf deps/hadoop-common-$HADOOP_VERSION-tests.jar +rm -rf deps/slf4j-*.jar #Download non-ASF licenses for libraries wget -t 3 -q -O jline-LICENSE.txt https://raw.githubusercontent.com/jline/jline2/jline-2.11/LICENSE.txt
