From 604f2f3ee918ce0ba2ef04351777c16b45bf098c Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Tue, 10 Nov 2015 20:20:43 +0100 Subject: [PATCH] reduce size of the email api --- pom.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 62a4d4f8..ef80d41d 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,11 @@ false false + + + com.sun:* + + org.mcstats @@ -119,14 +124,14 @@ javax.activation fr.xephi.authme.libs.mail.activation - - com.sun.activation - fr.xephi.authme.libs.mail.activation - com.sun.mail fr.xephi.authme.libs.mail + + com.sun.activation + fr.xephi.authme.libs.mail.activation + com.maxmind.geoip fr.xephi.authme.libs.geoip @@ -235,7 +240,14 @@ com.sun.mail - javax.mail + mailapi + 1.5.4 + compile + true + + + com.sun.mail + smtp 1.5.4 compile true