You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by km...@apache.org on 2019/02/21 18:09:53 UTC

[oozie] branch master updated: OOZIE-3438 Copy only apache-jsp server dependencies to distro (asalamon74 via kmarton)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e5d3ea  OOZIE-3438 Copy only apache-jsp server dependencies to distro (asalamon74 via kmarton)
4e5d3ea is described below

commit 4e5d3eac872dad6ec04520b7f8f859e13e3217f9
Author: Julia Kinga Marton <km...@apache.org>
AuthorDate: Thu Feb 21 19:09:34 2019 +0100

    OOZIE-3438 Copy only apache-jsp server dependencies to distro (asalamon74 via kmarton)
---
 release-log.txt                | 1 +
 src/main/assemblies/distro.xml | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/release-log.txt b/release-log.txt
index 984f699..698bc0e 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.2.0 release (trunk - unreleased)
 
+OOZIE-3438 Copy only apache-jsp server dependencies to distro (asalamon74 via kmarton)
 OOZIE-3437 Missing README from distro (nobigo via asalamon74)
 OOZIE-3439 Hive2 action is not parsing application ID for TEZ from log file properly (shubham.chhabra via kmarton)
 OOZIE-3261 amend [build] Set up mvn clean to delete the "build" directory as well (nobigo via kmarton)
diff --git a/src/main/assemblies/distro.xml b/src/main/assemblies/distro.xml
index bb9d7b0..bab0ec2 100644
--- a/src/main/assemblies/distro.xml
+++ b/src/main/assemblies/distro.xml
@@ -83,7 +83,6 @@
                 <includes>
                     <include>oozie-server*.jar</include>
                     <include>**/jetty*-${jetty.version}.jar</include>
-                    <include>**/*jsp*.jar</include>
                     <include>**/mail*.jar</include>
                     <include>**/apache*.jar</include>
                     <include>**/commons-el*.jar</include>