From 29a8da4aa69b16de44dfe38c759a226fc529efe3 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 20 Nov 2014 11:10:58 -0600 Subject: [PATCH] SEC-2574: Fix Bundlr --- config/template.mf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/template.mf b/config/template.mf index 17586cde3b..6bb7608fc5 100644 --- a/config/template.mf +++ b/config/template.mf @@ -16,6 +16,7 @@ Import-Template: org.openid4java.*;version="${openid4javaRange}";resolution:=optional, org.springframework.security.access.*;version="${secRange}", org.springframework.security.authentication.*;version="${secRange}", + org.springframework.security.context.*;version="${secRange}";resolution:=optional, org.springframework.security.core.*;version="${secRange}", org.springframework.security.crypto.bcrypt.*;version="${secRange}", org.springframework.security.crypto.password.*;version="${secRange}",