This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch HBASE-23002
in repository https://gitbox.apache.org/repos/asf/hbase-operator-tools.git
The following commit(s) were added to refs/heads/HBASE-23002 by this push:
new 43cfc85 Exclude slf4j-api as per Peter Somogyi
43cfc85 is described below
commit 43cfc85c30bd4e820fce73e4a87fcb88d3cf5593
Author: stack <[email protected]>
AuthorDate: Tue Sep 10 09:03:08 2019 -0700
Exclude slf4j-api as per Peter Somogyi
---
hbase-operator-tools-assembly/src/main/assembly/bin.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/hbase-operator-tools-assembly/src/main/assembly/bin.xml
b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
index de679c6..041db20 100644
--- a/hbase-operator-tools-assembly/src/main/assembly/bin.xml
+++ b/hbase-operator-tools-assembly/src/main/assembly/bin.xml
@@ -38,6 +38,13 @@
<binaries>
<outputDirectory>hbase-hbck2/lib</outputDirectory>
<unpack>false</unpack>
+ <dependencySets>
+ <dependencySet>
+ <excludes>
+ <exclude>org.slf4j:slf4j-api</exclude>
+ </excludes>
+ </dependencySet>
+ </dependencySets>
</binaries>
</moduleSet>
</moduleSets>