Skip to content

Commit

Permalink
Remove unused test dependency (#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal authored Nov 20, 2023
1 parent c016dcb commit 23528fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@

<!-- Test containers version, should be aligned with version used in Quarkus -->
<test-containers.version>1.19.2</test-containers.version>
<keycloak.testcontainers.version>1.9.0</keycloak.testcontainers.version>
<keycloak-admin-client.version>21.1.2</keycloak-admin-client.version>
<embedded-postgres.version>2.0.4</embedded-postgres.version>
<strimzi.version>0.105.0</strimzi.version>
<wiremock-jre8.version>2.35.1</wiremock-jre8.version>
Expand Down Expand Up @@ -767,11 +765,6 @@
<version>${quarkus.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client-jakarta</artifactId>
<version>${keycloak-admin-client.version}</version>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions utils/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client-jakarta</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-postgres</artifactId>
Expand Down

0 comments on commit 23528fb

Please sign in to comment.