diff --git a/authz/client/pom.xml b/authz/client/pom.xml
index c7558dca658..62d193916c4 100644
--- a/authz/client/pom.xml
+++ b/authz/client/pom.xml
@@ -11,11 +11,12 @@
../pom.xml
- keycloak-authz-client
+ keycloak-authz-client-tests
jar
Keycloak Authz: Client API
- KeyCloak AuthZ: Client API
+ 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.
diff --git a/authz/policy-enforcer/pom.xml b/authz/policy-enforcer/pom.xml
index 305dfa48d40..fae7b261260 100755
--- a/authz/policy-enforcer/pom.xml
+++ b/authz/policy-enforcer/pom.xml
@@ -35,7 +35,7 @@
org.keycloak
- keycloak-authz-client
+ keycloak-authz-client-tests
diff --git a/boms/adapter/pom.xml b/boms/adapter/pom.xml
index d4953f21a65..b3fa6419809 100644
--- a/boms/adapter/pom.xml
+++ b/boms/adapter/pom.xml
@@ -61,7 +61,8 @@
org.keycloak
- keycloak-authz-client
+
+ keycloak-authz-client-tests
${project.version}
diff --git a/distribution/api-docs-dist/pom.xml b/distribution/api-docs-dist/pom.xml
index cc8c7e51249..caa44c2246d 100755
--- a/distribution/api-docs-dist/pom.xml
+++ b/distribution/api-docs-dist/pom.xml
@@ -45,7 +45,7 @@
org.keycloak
- keycloak-authz-client
+ keycloak-authz-client-tests
io.quarkus.resteasy.reactive
diff --git a/pom.xml b/pom.xml
index b1f3a9ca295..07e71499d6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1103,7 +1103,7 @@
org.keycloak
- keycloak-authz-client
+ keycloak-authz-client-tests
${project.version}
diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml
index aec8fa19dfc..7c28f540d56 100644
--- a/testsuite/integration-arquillian/tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/pom.xml
@@ -1675,7 +1675,7 @@
org.keycloak
- keycloak-authz-client
+ keycloak-authz-client-tests
diff --git a/testsuite/utils/pom.xml b/testsuite/utils/pom.xml
index 838a2a2752b..5ea31d6ae14 100755
--- a/testsuite/utils/pom.xml
+++ b/testsuite/utils/pom.xml
@@ -179,7 +179,7 @@
org.keycloak
- keycloak-authz-client
+ keycloak-authz-client-tests