Skip to content
Snippets Groups Projects
Commit 64189933 authored by felmer's avatar felmer
Browse files

SSDM-1488: Allow a few dependencies for V3 api classes

SVN: 33522
parent 7a979a92
No related branches found
No related tags found
No related merge requests found
#show allResults
{project} = ch.systemsx.cisd.openbis
{cisd} = ch.systemsx.cisd
{sis} = ch.ethz.sis
[v3-api] = ${sis}.openbis.generic.shared.api.v3.*
[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]
[not-v3-api] = ch.* excluding [v3-api]
check sets [v3-api] [not-v3-api]
......
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