diff --git a/NEWS.md b/NEWS.md index a148dc62..b631add4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## 7.1.1 2024-11-27 + * ERM-3425: Missing interface dependencies in module descriptor in mod-agreements + ## 7.1.0 2024-10-30 * ERM-3394 Ensure initial pushkb support in Ramsons * ERM-3284 GOKb ingest process should handle multiple coverage statements on a single TIPP/PCI diff --git a/service/gradle.properties b/service/gradle.properties index 7b969542..c8cb5792 100644 --- a/service/gradle.properties +++ b/service/gradle.properties @@ -4,7 +4,7 @@ gormVersion=8.0.3 # Application appName=mod-agreements -appVersion=7.1.0 +appVersion=7.1.1 okapiInterfaceVersion=7.1 dockerTagSuffix= dockerRepo=folioci diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index 254cb963..6041dca8 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -1041,6 +1041,12 @@ ] } ], + "optional": [ + { + "id": "organizations.organizations", + "version": "1.0" + } + ], "permissionSets": [ { "permissionName": "erm.agreements.collection.get",