Skip to content

Commit

Permalink
Merge pull request #5919 from sberyozkin/oidc_pom_descriptions
Browse files Browse the repository at this point in the history
Update keycloak-authorization and oidc pom descriptions
  • Loading branch information
gsmet authored Dec 3, 2019
2 parents 16180be + 939dd02 commit 3ab024e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extensions/keycloak-authorization/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<artifactId>quarkus-keycloak-authorization</artifactId>
<name>Quarkus - Keycloak Authorization - Runtime</name>
<description>Policy enforcer using Keycloak-managed permissions to control access to protected resources</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/oidc/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-oidc</artifactId>
<name>Quarkus - OpenID Connect Adapter - Runtime</name>
<description>Secure your applications with OpenID Connect and Keycloak</description>
<description>Secure your applications with OpenID Connect Adapter and IDP such as Keycloak</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 3ab024e

Please sign in to comment.