Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
f4577dc6
Commit
f4577dc6
authored
12 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
BIS-142 removing empty class set [openbis_authorization] in dependency check
SVN: 26592
parent
f77d40e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
screening/resource/dependency-structure.ddf
+2
-3
2 additions, 3 deletions
screening/resource/dependency-structure.ddf
with
2 additions
and
3 deletions
screening/resource/dependency-structure.ddf
+
2
−
3
View file @
f4577dc6
...
@@ -50,13 +50,12 @@ check [screening_web_client] independentOf [screening_server]
...
@@ -50,13 +50,12 @@ 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
[authorization] = [dss_authorization] ch.systemsx.cisd.openbis.generic.server.dataaccess.db.*
[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]
[openbis_rest] = ${root}.** excluding [api]
[openbis_rest] = ${root}.** excluding [api]
check sets [dss_api] [api_openbis] [api_client_facade] [api] [openbis_rest]
[openbis_authorization]
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?
check [api] independentOf [openbis_rest]
check [api] independentOf [openbis_rest]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment