Skip to content

Commit

Permalink
APPDESCRIP-25: Update existing application repositories (#4)
Browse files Browse the repository at this point in the history
* APPDESCRIP-25: Update existing application repositories
  • Loading branch information
OleksiiKuzminov authored Aug 1, 2024
1 parent ead379b commit cc64055
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ Application descriptor repository for a minimal FOLIO platform installation
| `folio_stripes-core` |
| `folio_notes` |
| `folio_stripes-smart-components` |
| `folio_authorization-policies` |
| `folio_authorization-roles` |
16 changes: 12 additions & 4 deletions app-platform-minimal.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "${project.version}",
"description": "${project.description}",
"platform": "base",
"dependencies": [ ],
"dependencies": [],
"modules": [
{
"name": "mod-configuration",
Expand All @@ -30,15 +30,15 @@
"version": "latest"
},
{
"name": "mod-users-keycloak",
"name": "mod-login-keycloak",
"version": "latest"
},
{
"name": "mod-roles-keycloak",
"name": "mod-users-keycloak",
"version": "latest"
},
{
"name": "mod-login-keycloak",
"name": "mod-roles-keycloak",
"version": "latest"
},
{
Expand Down Expand Up @@ -74,6 +74,14 @@
{
"name": "folio_stripes-smart-components",
"version": "latest"
},
{
"name": "folio_authorization-policies",
"version": "latest"
},
{
"name": "folio_authorization-roles",
"version": "latest"
}
]
}

0 comments on commit cc64055

Please sign in to comment.