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:
parent
a0ad680346
commit
d5c9fbbdd9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue