Skip to content

Commit

Permalink
Merge pull request #27998 from sberyozkin/rm_keycloak_admin_client_de…
Browse files Browse the repository at this point in the history
…p_from_test

Remove keycloak-admin-client dep from the keycloak-authorization test
  • Loading branch information
sberyozkin committed Sep 16, 2022
2 parents 0595c55 + 1a9c550 commit 1f17c44
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions integration-tests/keycloak-authorization/pom.xml
Expand Up @@ -51,24 +51,6 @@
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client</artifactId>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_3.0_spec</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Minimal test dependencies to *-deployment artifacts for consistent build order -->
<dependency>
Expand Down

0 comments on commit 1f17c44

Please sign in to comment.