From a4ce14f6047cc7e2ee6e44a6f38a99c19f905b7a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 16 May 2010 13:53:28 +0100 Subject: [PATCH] Add "provisioning" package to config bundlor template. --- config/template.mf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/template.mf b/config/template.mf index 39eb8eb721..a0845407b4 100644 --- a/config/template.mf +++ b/config/template.mf @@ -13,6 +13,7 @@ Import-Template: org.springframework.security.authentication.*;version="[${version}, 3.2.0)", org.springframework.security.core.*;version="[${version}, 3.2.0)", org.springframework.security.util;version="[${version}, 3.2.0)", + org.springframework.security.provisioning;version="[${version}, 3.2.0)", org.springframework.security.web.*;version="[${version}, 3.2.0)";resolution:=optional, org.springframework.aop.*;version="[${spring.version}, 3.2.0)";resolution:=optional, org.springframework.beans.*;version="[${spring.version}, 3.2.0)",