Skip to content
Snippets Groups Projects
Commit e8c10517 authored by cramakri's avatar cramakri
Browse files

MINOR : Dependency checking workaround for Improve performance of...

MINOR : Dependency checking workaround for Improve performance of ScreeningPlateListReadOnlyPredicate.

SVN: 26171
parent 3c25cb9c
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ check [screening_web_client] independentOf [screening_server] ...@@ -51,7 +51,7 @@ check [screening_web_client] independentOf [screening_server]
# -------- check screening public API dependencies # -------- check screening public API dependencies
[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 [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] [authorization] = [openbis_authorization] [dss_authorization] ch.systemsx.cisd.openbis.generic.server.dataaccess.db.*
[api_openbis] = ${screening}.shared.api.** ${root}.generic.shared.api.** [api_openbis] = ${screening}.shared.api.** ${root}.generic.shared.api.**
[api_client_facade] = ${screening}.client.api.v1.** [api_client_facade] = ${screening}.client.api.v1.**
[api] = [dss_api] [api_openbis] [api_client_facade] [authorization] [api] = [dss_api] [api_openbis] [api_client_facade] [authorization]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment