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

(cherry picked from commit 25b13a35afb1a04df2c5bea71db7a6de2dc0c6b7)


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

Branch: refs/heads/branch-4.3
Commit: 62eb28b7bd98f16852fd39ad457f0ab2c8b08d53
Parents: 3b823bc
Author: Andras Piros <[email protected]>
Authored: Mon Oct 30 11:30:55 2017 +0100
Committer: satishsaley <[email protected]>
Committed: Sat Jan 6 12:29:06 2018 -0800

----------------------------------------------------------------------
 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/62eb28b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7613bc2..224d3be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1325,7 +1325,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/62eb28b7/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index a1c5f98..c7c32fa 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.1 release
 
+OOZIE-3100 Upgrade javax.mail:mail to 1.4.7 (andras.piros)
 OOZIE-3095 Job submit command is not logged in audit log (puru)
 OOZIE-3077 SLA documentation fixes (satishsaley)
 OOZIE-3031 Coord job with only unresolved dependencies doesn't timeout (puru 
via satishsaley)

http://git-wip-us.apache.org/repos/asf/oozie/blob/62eb28b7/sharelib/hive/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml
index f5b3f5e..2757f29 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/62eb28b7/sharelib/hive2/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml
index 951a06c..d2278e0 100644
--- a/sharelib/hive2/pom.xml
+++ b/sharelib/hive2/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/62eb28b7/sharelib/pig/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml
index 3cc197b..7e051b3 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>
 

Reply via email to