From 47be161044f1f58691b4881dea438a88519ce773 Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Wed, 20 Nov 2024 14:56:16 +0000 Subject: [PATCH] build: Add optional okapi dependencies to ModuleDescriptor ERM-3420 --- service/src/main/okapi/ModuleDescriptor-template.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",