From 9b48d45d51007aeda2ba63517eb9b021f13f22a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Sun, 27 Nov 2016 18:32:38 +0100 Subject: [PATCH] Fix libresonic-booter crash with Spring 3 --- libresonic-main/pom.xml | 5 +++++ pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/libresonic-main/pom.xml b/libresonic-main/pom.xml index 8f9c4cd4..8d6c564a 100644 --- a/libresonic-main/pom.xml +++ b/libresonic-main/pom.xml @@ -66,6 +66,11 @@ spring-security-web + + org.springframework.security + spring-security-config + + org.apache.lucene lucene-core diff --git a/pom.xml b/pom.xml index cfa6ba95..c96e0227 100644 --- a/pom.xml +++ b/pom.xml @@ -218,8 +218,13 @@ ${failOnDependencyWarning} true + com.sun.mail:javax.mail* org.seamless:seamless-http* + + + org.springframework.security:spring-security-config* +