Cleanup dependencies of keycloak-client-registration-api to not have dependency on server

closes #30629

Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
mposolda 2024-06-20 17:50:16 +02:00 committed by Marek Posolda
parent a0ad680346
commit d5c9fbbdd9

View file

@ -35,8 +35,8 @@
<artifactId>keycloak-core</artifactId>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>${keycloak.crypto.artifactId}</artifactId>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
</dependencies>