From 67f415af016bb1232f22cd2e6570df331fd4ec1f Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 18 Mar 2015 15:37:59 +0000 Subject: [PATCH] Add dependency management for some commons things --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 6df12771..6bdecc48 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,16 @@ + + org.springframework.cloud + spring-cloud-commons + 1.0.1.BUILD-SNAPSHOT + + + org.springframework.security + spring-security-rsa + 1.0.0.RELEASE + org.springframework.security.oauth spring-security-oauth2