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

fix dependency definitions

SVN: 27307
parent 31830fae
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ check layeringOf plugin.${pq}.web.client-server
[api-shared] = ${plugin}.*.shared.api.*
[api-client] = ${plugin}.*.client.api.*
[java] = java* *.annotation.* *.annotate.* ch.systemsx.cisd.common.api.IRpcService ${generic}.shared.api.*
[java-and-api-shared] = [java] [api-shared] ch.systemsx.cisd.common.api.client.* ch.systemsx.cisd.common.api.retry.*
[java-and-api-shared] = [java] [api-shared] ch.systemsx.cisd.openbis.common.api.client.* ch.systemsx.cisd.common.api.retry.*
check sets [api-shared] [api-client]
......
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