From e5bd7ffb2faa202baf07cc3b947d647a7153ca67 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 24 Mar 2011 00:19:58 +0000 Subject: [PATCH] Fix SAX import in JCR session git-svn-id: https://svn.argeo.org/commons/trunk@4356 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- pom.xml | 2 +- security/features/org.argeo.security.dep.node.rap/pom.xml | 5 +++++ security/features/org.argeo.security.dep.node.rcp/pom.xml | 5 +++++ security/runtime/org.argeo.security.core/pom.xml | 1 + server/runtime/org.argeo.server.jcr/pom.xml | 5 ++++- 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6cd3dd046..d0c75d76b 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.1.3 0.2.3-SNAPSHOT 0.12.5 - 3.6.1 + 3.6.2 0.1.31 2.2.0 1.1.1 diff --git a/security/features/org.argeo.security.dep.node.rap/pom.xml b/security/features/org.argeo.security.dep.node.rap/pom.xml index 32201f7dc..6df87986e 100644 --- a/security/features/org.argeo.security.dep.node.rap/pom.xml +++ b/security/features/org.argeo.security.dep.node.rap/pom.xml @@ -43,6 +43,11 @@ org.argeo.jcr.ui.explorer ${version.argeo-commons} + + org.argeo.commons.security + org.argeo.security.ui.admin + ${version.argeo-commons} + diff --git a/security/features/org.argeo.security.dep.node.rcp/pom.xml b/security/features/org.argeo.security.dep.node.rcp/pom.xml index e93a6c450..74e30e554 100644 --- a/security/features/org.argeo.security.dep.node.rcp/pom.xml +++ b/security/features/org.argeo.security.dep.node.rcp/pom.xml @@ -45,6 +45,11 @@ org.argeo.jcr.ui.explorer ${version.argeo-commons} + + org.argeo.commons.security + org.argeo.security.ui.admin + ${version.argeo-commons} + diff --git a/security/runtime/org.argeo.security.core/pom.xml b/security/runtime/org.argeo.security.core/pom.xml index d9e943cc2..91e884e8c 100644 --- a/security/runtime/org.argeo.security.core/pom.xml +++ b/security/runtime/org.argeo.security.core/pom.xml @@ -38,6 +38,7 @@ org.springframework.context, org.springframework.beans.factory, org.argeo.jcr, + org.xml.sax;version="0.0.0", * diff --git a/server/runtime/org.argeo.server.jcr/pom.xml b/server/runtime/org.argeo.server.jcr/pom.xml index 0177d1d55..7248b6ed9 100644 --- a/server/runtime/org.argeo.server.jcr/pom.xml +++ b/server/runtime/org.argeo.server.jcr/pom.xml @@ -30,7 +30,10 @@ org.argeo.jcr.* - junit.framework;resolution:=optional,* + + junit.framework;resolution:=optional, + org.xml.sax;version="0.0.0", + * -- 2.30.2