Skip to content

Commit

Permalink
ERM-3425: Missing interface dependencies in module descriptor in mod-…
Browse files Browse the repository at this point in the history
…agreements

build: Add optional okapi dependencies to ModuleDescriptor (#835)

ERM-3425
  • Loading branch information
EthanFreestone authored Nov 20, 2024
1 parent 3eb3d2e commit 7da8578
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,12 @@
]
}
],
"optional": [
{
"id": "organizations.organizations",
"version": "1.0"
}
],
"permissionSets": [
{
"permissionName": "erm.agreements.collection.get",
Expand Down

0 comments on commit 7da8578

Please sign in to comment.