Skip to content

Commit

Permalink
Exclude junit from keycloak test server dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Jan 20, 2022
1 parent 742a6b7 commit 89454ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/oidc-client-filter/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-test-keycloak-server</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 89454ad

Please sign in to comment.