From f227724caaeb889dd00e7fcf3f148801a9443fe5 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 24 Sep 2013 15:39:25 -0400 Subject: [PATCH] dependency juggling --- openid-connect-common/pom.xml | 6 ++++ openid-connect-server-webapp/pom.xml | 42 ++++++++++++++++------------ 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/openid-connect-common/pom.xml b/openid-connect-common/pom.xml index 517012815..e0e5c919e 100644 --- a/openid-connect-common/pom.xml +++ b/openid-connect-common/pom.xml @@ -41,6 +41,12 @@ org.springframework.security spring-security-core ${spring.security.version} + + + org.springframework + * + + com.google.guava diff --git a/openid-connect-server-webapp/pom.xml b/openid-connect-server-webapp/pom.xml index f6892e28b..6c349f115 100644 --- a/openid-connect-server-webapp/pom.xml +++ b/openid-connect-server-webapp/pom.xml @@ -61,13 +61,25 @@ openid-connect-server 1.1.0-SNAPSHOT - - org.slf4j - jcl-over-slf4j - ${org.slf4j-version} - runtime - - + + org.springframework + spring-orm + ${org.springframework-version} + + + + commons-logging + commons-logging + + + + + org.slf4j + jcl-over-slf4j + ${org.slf4j-version} + runtime + + org.slf4j slf4j-log4j12 ${org.slf4j-version} @@ -116,19 +128,13 @@ org.springframework.security spring-security-taglibs ${spring.security.version} - - - org.springframework - spring-orm - ${org.springframework-version} - - - commons-logging - commons-logging - + + org.springframework + * + - +