Skip to content
Snippets Groups Projects
dependency-structure.ddf 399 B
Newer Older
{cisd} = ch.systemsx.cisd
[common-api] = ${cisd}.common.exceptions.*Exception \
               ${cisd}.common.api.IRpcService \
               ${cisd}.base.annotation.JsonObject

[v3-api] = ${sis}.openbis.generic.shared.api.v3.* [common-api]
[not-v3-api] = ch.* excluding [v3-api] 

check sets [v3-api] [not-v3-api]

check [v3-api] independentOf [not-v3-api]