From 7b467bf321cd7f6dd6681884cde9459600b9f79c Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 28 Feb 2011 14:41:21 +0000 Subject: [PATCH] LMS-2077 bug fixed SVN: 20152 --- screening/resource/dependency-structure.ddf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screening/resource/dependency-structure.ddf b/screening/resource/dependency-structure.ddf index 2f85d68b06c..4ff0fa88718 100644 --- a/screening/resource/dependency-structure.ddf +++ b/screening/resource/dependency-structure.ddf @@ -50,7 +50,7 @@ check [screening_web_client] independentOf [screening_server] # -------- check screening public API dependencies -[openbis_authorization] = ${screening}.shared.api.authorization.* ${root}.generic.shared.basic.dto.RoleWithHierarchy* ${root}.generic.shared.authorization.** ${root}.generic.shared.dto.** ${root}.generic.shared.util.SpaceCodeHelper +[openbis_authorization] = ${screening}.shared.api.internal.authorization.* ${root}.generic.shared.basic.dto.RoleWithHierarchy* ${root}.generic.shared.authorization.* ${root}.generic.shared.dto.* ${root}.generic.shared.util.SpaceCodeHelper [authorization] = [openbis_authorization] [dss_authorization] [api_openbis] = ${screening}.shared.api.** ${root}.generic.shared.api.** [api_client_facade] = ${screening}.client.api.v1.** -- GitLab