From 14d99a72a91a8918ac9cb633e47d09e247b2fcda Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 21 Nov 2014 11:53:44 +0000 Subject: [PATCH] Add extra security dependencies --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index d607f85..7cdb95f 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,16 @@ spring-integration-java-dsl 1.0.0.RC1 + + org.springframework.security + spring-security-jwt + 1.0.2.RELEASE + + + org.springframework.security.oauth + spring-security-oauth2 + 2.0.4.RELEASE +