From e03b85ba6f6f803382d80457a41e8849df33d1d8 Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Mon, 14 Aug 2017 19:19:51 -0600 Subject: [PATCH] Fixed regression in password reset Caused by e3e90565483bb1f92d1e9b5cdec6b67f5d0dfae8 Signed-off-by: Andrew DeMaria --- airsonic-main/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index 1b542e3f..3b323679 100644 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -459,6 +459,12 @@ com.jayway.jsonpath json-path + + com.sun.mail + javax.mail + 1.5.5 + runtime +