Add suffix to keycloak-authz-client artifact in keycloak repository

closes #30926

Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
mposolda
2024-07-17 12:11:26 +02:00
committed by Marek Posolda
parent def6ea3620
commit 06f6173c8a
7 changed files with 10 additions and 8 deletions
+3 -2
View File
@@ -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>