Skip to content

Commit

Permalink
Cleanup dependencies of keycloak-client-registration-api to not have …
Browse files Browse the repository at this point in the history
…dependency on server

closes keycloak#30629

Signed-off-by: mposolda <[email protected]>
  • Loading branch information
mposolda committed Jun 20, 2024
1 parent a0ad680 commit d5c9fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/client-registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d5c9fbb

Please sign in to comment.