diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index 10c2396..199a5ce 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -1,6 +1,12 @@ { "id": "${info.app.name}-${info.app.version}", "name": "${info.app.name}", + "requires": [ + { + "id": "okapi", + "version": "1.9" + } + ], "optional": [ { "id": "erm",