From 98fd88331491789978bb52cf4c10732e7b83f2bd Mon Sep 17 00:00:00 2001 From: Jack-Golding <94838251+Jack-Golding@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:49:57 +0000 Subject: [PATCH] chore: Added missing interfaces from module descriptor (#850) Added usage-data-providers, licenses and eholdings interfaces ERM-3570 --- .../src/main/okapi/ModuleDescriptor-template.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index 6041dca8..678093f1 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -1042,6 +1042,18 @@ } ], "optional": [ + { + "id": "usage-data-providers", + "version": "3.0" + }, + { + "id": "licenses", + "version": "6.1" + }, + { + "id": "eholdings", + "version": "4.0" + }, { "id": "organizations.organizations", "version": "1.0"