Add suffix to keycloak-authz-client artifact in keycloak repository
closes #30926 Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
parent
def6ea3620
commit
06f6173c8a
7 changed files with 10 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -1675,7 +1675,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-authz-client</artifactId>
|
||||
<artifactId>keycloak-authz-client-tests</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--UNDERTOW-->
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue