mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 23:50:03 -05:00
Add suffix to keycloak-authz-client artifact in keycloak repository
closes #30926 Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
@@ -11,11 +11,12 @@
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>keycloak-authz-client</artifactId>
|
||||
<artifactId>keycloak-authz-client-tests</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Keycloak Authz: Client API</name>
|
||||
<description>KeyCloak AuthZ: Client API</description>
|
||||
<description>Keycloak Authz: Client API. This module is supposed to be used just in the Keycloak repository for the testsuite. It is NOT supposed to be used by the 3rd party applications.
|
||||
For the use by 3rd party applications, please use `org.keycloak:keycloak-authz-client` module.</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user