Skip to content
Snippets Groups Projects
Commit 9172fe6d authored by jakubs's avatar jakubs
Browse files

SP-334 SWE-14 rename common package to openbis.common in openbis-common project

SVN: 27302
parent 59621f09
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ check [screening_web_client] independentOf [screening_server] ...@@ -54,7 +54,7 @@ check [screening_web_client] independentOf [screening_server]
[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]
[openbis_rest] = ${root}.** excluding [api] [openbis_rest] = ${root}.** excluding [api] ${root}.common.*
check sets [dss_api] [api_openbis] [api_client_facade] [api] [openbis_rest] check sets [dss_api] [api_openbis] [api_client_facade] [api] [openbis_rest]
# TODO: how to check that the api does not depend on external libraries? # TODO: how to check that the api does not depend on external libraries?
......
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