This is an automated email from the ASF dual-hosted git repository.
arnabp20 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 a5eb99d180 [MINOR] Add library commons-compiler to binary release
(bin.xml)
a5eb99d180 is described below
commit a5eb99d1801275b526c7cd2740c642922b464b01
Author: Shafaq Siddiqi <[email protected]>
AuthorDate: Tue Jun 14 16:44:32 2022 +0200
[MINOR] Add library commons-compiler to binary release (bin.xml)
Closes #1637
---
src/assembly/bin.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index e1cf019099..c76246766d 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -87,6 +87,7 @@
<include>*:commons-collections*</include>
<include>*:commons-configuration*</include>
<include>*:commons-compress*</include>
+ <include>*:commons-compiler*</include>
<!-- <include>*:commons-httpclient*</include>
-->
<include>*:commons-io*</include>
<include>*:commons-lang</include>