Skip to content

Commit

Permalink
build: Add optional okapi dependencies to ModuleDescriptor
Browse files Browse the repository at this point in the history
ERM-3425
  • Loading branch information
EthanFreestone committed Nov 20, 2024
1 parent 3eb3d2e commit 2ba415b
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 2ba415b

Please sign in to comment.