From 1e480831e90f48da5fd12d9a0cc52039e52f51f2 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 21 Mar 2014 15:49:36 +0100 Subject: [PATCH] Fixed compilation-issues agains spring-security-oauth2 --- pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a78c5d5..b05afaf 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,12 @@ 1.7 + 2.3.2 3.0.1 1.5.8 - 3.2.4.RELEASE - 1.0.5.RELEASE + 3.2.4.RELEASE + 3.1.3.RELEASE + 1.0.5.RELEASE @@ -55,7 +57,7 @@ org.springframework.security.oauth spring-security-oauth2 - ${spring-security-oauth.version} + ${spring-security-oauth2.version} commons-codec @@ -110,7 +112,7 @@ org.springframework spring-webmvc - ${springframework.version} + ${spring.version} commons-logging @@ -120,6 +122,42 @@ provided + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + provided + + + 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 + + + provided + + commons-codec -- 2.20.1