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

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>

View file

@ -35,7 +35,7 @@
<dependencies>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
<artifactId>keycloak-authz-client-tests</artifactId>
</dependency>
<!-- Built-in Elytron/Jakarta Servlet integration -->

View file

@ -61,7 +61,8 @@
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
<!-- TODO: Adapter bom should not reference the "-tests" version. Should be improved later -->
<artifactId>keycloak-authz-client-tests</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View file

@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
<artifactId>keycloak-authz-client-tests</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>

View file

@ -1103,7 +1103,7 @@
<!-- Authorization -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
<artifactId>keycloak-authz-client-tests</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View file

@ -1675,7 +1675,7 @@
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
<artifactId>keycloak-authz-client-tests</artifactId>
</dependency>
<!--UNDERTOW-->

View file

@ -179,7 +179,7 @@
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
<artifactId>keycloak-authz-client-tests</artifactId>
</dependency>
<!-- Dependency on services from integration-arquillian -->
<dependency>