This is an automated email from the ASF dual-hosted git repository.

markd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new b105a9c  [MINOR] Adding jars for janino and spark-core to binary 
release artifacts
b105a9c is described below

commit b105a9c965577380814b53800c168e05a3e68223
Author: Mark Dokter <[email protected]>
AuthorDate: Wed Jun 16 23:36:31 2021 +0200

    [MINOR] Adding jars for janino and spark-core to binary release artifacts
---
 src/assembly/bin.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 38da24a..ff2c4b4 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -100,12 +100,14 @@
                                <include>*:hadoop-yarn*</include>
                                <include>*:jackson-core-asl*</include>
                                <include>*:jackson-mapper-asl*</include>
+                               <include>*:janino*</include>
                                <include>*:log4j*</include>
+                               <include>*:netty*</include>
                                <include>*:protobuf-java*</include>
+                               <include>*:py4j*</include>
                                <include>*:slf4j-api*</include>
                                <include>*:slf4j-log4j*</include>
-                               <include>*:netty*</include>
-                               <include>*:py4j*</include>
+                               <include>*:spark-core*</include>
                        </includes>
                        <outputDirectory>./lib</outputDirectory>
                        <scope>compile</scope>

Reply via email to