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

LMS-2587 QueryApiFacade allowed to depend on IGeneralInformationService

SVN: 23413
parent f2755450
No related branches found
No related tags found
No related merge requests found
......@@ -216,8 +216,8 @@ check layeringOf plugin.${pq}.web.client-server
# Check API
#
[api-shared] = ${plugin}.${pq}.shared.api.*
[api-client] = ${plugin}.${pq}.client.api.*
[api-shared] = ${plugin}.*.shared.api.*
[api-client] = ${plugin}.*.client.api.*
[java] = java* *.annotation.* *.annotate.* ch.systemsx.cisd.common.api.IRpcService
[java-and-api-shared] = [java] [api-shared] ch.systemsx.cisd.common.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