From c3240b03bd9cc327253459a646a4feffd0a650ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cocula?= Date: Mon, 12 Dec 2016 21:20:01 +0100 Subject: [PATCH] Remove direct Spring dependencies (as they come from SpringBoot) --- libresonic-main/pom.xml | 12 --------- pom.xml | 57 +++++------------------------------------ 2 files changed, 7 insertions(+), 62 deletions(-) diff --git a/libresonic-main/pom.xml b/libresonic-main/pom.xml index 906b136b..949a389a 100644 --- a/libresonic-main/pom.xml +++ b/libresonic-main/pom.xml @@ -296,18 +296,6 @@ - - - - - org.springframework.boot - spring-boot-dependencies - 1.4.2.RELEASE - pom - import - - - diff --git a/pom.xml b/pom.xml index aea990cd..3d6bdb47 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,6 @@ true iso-8859-1 3.1.8 - 4.3.4.RELEASE 3.2.9.RELEASE @@ -96,55 +95,12 @@ - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-web - ${spring.version} - - - org.springframework.security - spring-security-core - ${spring.security.version} - - - org.springframework.security - spring-security-web - ${spring.security.version} - - - org.springframework.security - spring-security-ldap - ${spring.security.version} - - - org.springframework.security - spring-security-config - ${spring.security.version} - jar - - - org.springframework - spring-jdbc - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - - - org.springframework - spring-beans - ${spring.version} + + org.springframework.boot + spring-boot-dependencies + 1.4.2.RELEASE + pom + import @@ -208,6 +164,7 @@ org.apache.maven.plugins maven-dependency-plugin + 2.10 analyze