Skip to content

Commit

Permalink
build: Add optional okapi dependencies to ModuleDescriptor
Browse files Browse the repository at this point in the history
ERM-3420
  • Loading branch information
EthanFreestone committed Nov 20, 2024
1 parent c0a413e commit 47be161
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 47be161

Please sign in to comment.