From 283a3990f3422ceb7decbd0ac1b6eb280fef09e6 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 7 Jun 2016 20:29:19 +0200 Subject: [PATCH] Switched to version-management by Spring-Boot --- pom.xml | 126 ++------------------------------------------------------ 1 file changed, 3 insertions(+), 123 deletions(-) diff --git a/pom.xml b/pom.xml index aff5b72..17b580d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.sonatype.oss - oss-parent - 9 + org.springframework.boot + spring-boot-starter-parent + 1.3.5.RELEASE @@ -60,17 +60,6 @@ UTF-8 - - 1.7 - 2.6.2 - 4.12 - 1.1.3 - 3.0.1 - 1.7.12 - 4.2.1.RELEASE - 4.0.2.RELEASE - 2.0.8.RELEASE - @@ -80,68 +69,10 @@ org.springframework.security.oauth spring-security-oauth2 - ${spring-security-oauth2.version} - - - commons-codec - commons-codec - - - org.springframework - spring-aop - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-core - - - org.springframework - spring-expression - - - org.springframework - spring-jdbc - - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - - org.springframework.security - spring-security-config - - - org.springframework.security - spring-security-core - - - org.springframework.security - spring-security-web - - org.springframework spring-webmvc - ${springframework.version} - - - commons-logging - commons-logging - - provided @@ -149,95 +80,44 @@ com.fasterxml.jackson.core jackson-core - ${jackson.version} com.fasterxml.jackson.core jackson-databind - ${jackson.version} org.springframework.security spring-security-core - ${spring-security.version} - - - org.springframework - spring-aop - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-core - - - org.springframework - spring-expression - - - - - - - commons-codec - commons-codec - ${commons-codec.version} - - - - - javax.servlet - javax.servlet-api - ${servlet-api.version} - provided org.slf4j slf4j-api - ${slf4j.version} junit junit - ${junit.version} test org.springframework spring-test - ${springframework.version} test org.slf4j jcl-over-slf4j - ${slf4j.version} test ch.qos.logback logback-classic - ${logback.version} test - - - org.slf4j - slf4j-api - - -- 2.20.1