From 94ef3d3bf52a75e16bd4fa222b88f0387cdc8944 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Mon, 13 Aug 2018 20:26:37 +0530 Subject: [PATCH] Fix the ant-javamail pom too, to use the right dependency --- src/etc/poms/ant-javamail/pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml index 6213f9986..3dd9993e0 100644 --- a/src/etc/poms/ant-javamail/pom.xml +++ b/src/etc/poms/ant-javamail/pom.xml @@ -45,17 +45,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma compile - javax.mail - javax.mail-api + + com.sun.mail + javax.mail 1.5.6 compile - - javax.activation - activation - 1.1.1 - compile -