From de15095e632ef35b52fd169e590ed1d546d0bcff Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 23 Oct 2012 12:37:36 +0000 Subject: [PATCH] Make bcprov optional git-svn-id: https://svn.argeo.org/commons/trunk@5635 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../runtime/org.argeo.security.core/pom.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index 5f50851bb..4b766ef17 100644 --- a/security/runtime/org.argeo.security.core/pom.xml +++ b/security/runtime/org.argeo.security.core/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.argeo.commons.security @@ -36,18 +37,8 @@ - org.springframework.context, - org.springframework.beans.factory, - org.argeo.jcr, - org.xml.sax;version="0.0.0", - javax.jcr.security, - javax.jcr.nodetype, - javax.jcr.version, - javax.jcr.observation, - javax.jcr.query, - javax.jcr.lock, - javax.jcr.retention, - * + org.bouncycastle.*;resolution:=optional, + *, @@ -70,6 +61,7 @@ org.argeo.tp bcprov + true org.argeo.tp -- 2.30.2