Skip to content

Commit

Permalink
chore: Added missing interfaces from module descriptor
Browse files Browse the repository at this point in the history
Added okapi interface to module descriptor

ERM-3571
  • Loading branch information
Jack-Golding committed Jan 23, 2025
1 parent 50bc666 commit f518188
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
@@ -1,6 +1,12 @@
{
"id": "${info.app.name}-${info.app.version}",
"name": "${info.app.name}",
"requires": [
{
"id": "okapi",
"version": "1.9"
}
],
"optional": [
{
"id": "erm",
Expand Down

0 comments on commit f518188

Please sign in to comment.