From b71bb60f304087a991eb6b6f294c70878a7f447b Mon Sep 17 00:00:00 2001 From: Jack-Golding <94838251+Jack-Golding@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:49:43 +0000 Subject: [PATCH] chore: Added missing interfaces from module descriptor (#287) Added okapi interface to module descriptor ERM-3571 --- service/src/main/okapi/ModuleDescriptor-template.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",