Repository: oozie
Updated Branches:
  refs/heads/master ae6a4395d -> cb8f582b4


OOZIE-3022 Fix for warning has no file and won't be listed in dependency files 
details (dbist13 via gezapeti and andras.piros)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/cb8f582b
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/cb8f582b
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/cb8f582b

Branch: refs/heads/master
Commit: cb8f582b4756789f7a7869b6cc5e27f8783886d8
Parents: ae6a439
Author: Gezapeti Cseh <gezap...@apache.org>
Authored: Thu Nov 9 13:34:05 2017 +0100
Committer: Gezapeti Cseh <gezap...@apache.org>
Committed: Thu Nov 9 13:34:05 2017 +0100

----------------------------------------------------------------------
 release-log.txt | 1 +
 webapp/pom.xml  | 4 ++++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/cb8f582b/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index b4e6199..b5c81db 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-3022 Fix for warning has no file and won't be listed in dependency files 
details (dbist13 via gezapeti and andras.piros)
 OOZIE-3001 Core has many Javadoc warnings (lines with trailing spaces and 
longer than 132 chars) (dbist13 via andras.piros)
 OOZIE-2996 Add options for GC overhead limit error to maven.test.java.opts 
(dbist13 via andras.piros)
 OOZIE-2897 LauncherAM should support ACLs (pbacsko)

http://git-wip-us.apache.org/repos/asf/oozie/blob/cb8f582b/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 72ce932..7aa1663 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -113,6 +113,10 @@
                     <groupId>org.pentaho</groupId>
                     <artifactId>pentaho-aggdesigner-algorithm</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>tools</artifactId>
+                    <groupId>com.sun</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
 

Reply via email to