This is an automated email from the ASF dual-hosted git repository.
ssiddiqi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 336ac8b [MINOR] Include Apache commons compress tar in release Closes
#1537.
336ac8b is described below
commit 336ac8b4a0c698094d6f3300cb79d08e5ccff06e
Author: baunsgaard <[email protected]>
AuthorDate: Sun Feb 6 17:58:13 2022 +0100
[MINOR] Include Apache commons compress tar in release
Closes #1537.
---
src/assembly/bin.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 9342965..e1cf019 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -86,6 +86,7 @@
<include>*:commons-cli*</include>
<include>*:commons-collections*</include>
<include>*:commons-configuration*</include>
+ <include>*:commons-compress*</include>
<!-- <include>*:commons-httpclient*</include>
-->
<include>*:commons-io*</include>
<include>*:commons-lang</include>