diff --git a/screening/resource/dependency-structure.ddf b/screening/resource/dependency-structure.ddf
index 2f85d68b06cec1f15bcd229585eb67e75730013d..4ff0fa887185199147ea43adcd255e63d7bfe037 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.**