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/b2d327d6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b2d327d6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b2d327d6 Branch: refs/heads/branch-1.2 Commit: b2d327d679648f1aa57f473b4bd1d976d9acf886 Parents: 80194e0 Author: Thomas Weise <[email protected]> Authored: Tue Jun 6 10:05:34 2017 -0700 Committer: Evans Ye <[email protected]> Committed: Sat Jul 1 12:52:57 2017 +0000 ---------------------------------------------------------------------- bigtop-packages/src/common/apex/do-component-build | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b2d327d6/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
