diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index aee75c5..e757566 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -1,6 +1,16 @@ { "id": "${info.app.name}-${info.app.version}", "name": "${info.app.name}", + "optional": [ + { + "id": "erm", + "version": "7.0" + }, + { + "id": "organizations.organizations", + "version": "1.0" + } + ], "provides": [ { "id": "licenses",