From 315a058ed6b08f62fb5ef4e66f266e0a6b7c5073 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 6 Nov 2012 13:50:50 +0000 Subject: [PATCH] Remove dynamic import git-svn-id: https://svn.argeo.org/commons/trunk@5708 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.jackrabbit.webapp/pom.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/server/modules/org.argeo.jackrabbit.webapp/pom.xml b/server/modules/org.argeo.jackrabbit.webapp/pom.xml index 816070ebf..25733511d 100644 --- a/server/modules/org.argeo.jackrabbit.webapp/pom.xml +++ b/server/modules/org.argeo.jackrabbit.webapp/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.commons.server @@ -17,8 +18,8 @@ org.argeo.jcr.webapp - - * + *, javax.jcr, @@ -36,13 +37,22 @@ org.springframework.osgi.web.context.support, org.springframework.security, org.springframework.security.providers.anonymous, + org.springframework.security.ui, org.springframework.security.ui.webapp, org.springframework.security.ui.preauth.x509, + org.springframework.security.userdetails, org.springframework.web.context, org.springframework.web.filter, org.springframework.web.servlet, org.springframework.web.servlet.handler, - org.springframework.web.servlet.view + org.springframework.web.servlet.view, + org.springframework.security.util, + org.springframework.security.context, + org.springframework.security.ui.basicauth, + org.springframework.security.intercept.web, + org.springframework.security.vote, + org.springframework.security.ui.logout, + org.apache.jackrabbit.server, -- 2.30.2