Repository: oozie
Updated Branches:
  refs/heads/master 1a84afef7 -> 25b13a35a


OOZIE-3100 Upgrade javax.mail:mail to 1.4.7 (andras.piros)


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

Branch: refs/heads/master
Commit: 25b13a35afb1a04df2c5bea71db7a6de2dc0c6b7
Parents: 1a84afe
Author: Andras Piros <[email protected]>
Authored: Mon Oct 30 11:30:55 2017 +0100
Committer: Andras Piros <[email protected]>
Committed: Mon Oct 30 11:30:55 2017 +0100

----------------------------------------------------------------------
 pom.xml                | 2 +-
 release-log.txt        | 1 +
 sharelib/hive/pom.xml  | 4 ++++
 sharelib/hive2/pom.xml | 4 ++++
 sharelib/pig/pom.xml   | 4 ++++
 5 files changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/25b13a35/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7758265..3fb1fe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1308,7 +1308,7 @@
             <dependency>
                 <groupId>javax.mail</groupId>
                 <artifactId>mail</artifactId>
-                <version>1.4</version>
+                <version>1.4.7</version>
             </dependency>
 
             <dependency>

http://git-wip-us.apache.org/repos/asf/oozie/blob/25b13a35/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index bed3570..9b94ee9 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-3100 Upgrade javax.mail:mail to 1.4.7 (andras.piros)
 OOZIE-2929 Coordinator SLA should support configuration variable (chiwen via 
andras.piros)
 OOZIE-2896 Ensure compatibility for existing LauncherMapper settings 
(andras.piros)
 OOZIE-3095 Job submit command is not logged in audit log (puru)

http://git-wip-us.apache.org/repos/asf/oozie/blob/25b13a35/sharelib/hive/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml
index 092b703..67c87d1 100644
--- a/sharelib/hive/pom.xml
+++ b/sharelib/hive/pom.xml
@@ -119,6 +119,10 @@
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-yarn-server-web-proxy</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>javax.mail</groupId>
+                    <artifactId>mail</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/25b13a35/sharelib/hive2/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml
index 195d5d1..a49edc5 100644
--- a/sharelib/hive2/pom.xml
+++ b/sharelib/hive2/pom.xml
@@ -123,6 +123,10 @@
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-yarn-server-web-proxy</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>javax.mail</groupId>
+                    <artifactId>mail</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/25b13a35/sharelib/pig/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml
index df6edd8..4eaa462 100644
--- a/sharelib/pig/pom.xml
+++ b/sharelib/pig/pom.xml
@@ -138,6 +138,10 @@
                     <groupId>org.apache.curator</groupId>
                     <artifactId>curator-recipes</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>javax.mail</groupId>
+                    <artifactId>mail</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to