Skip to content

Commit 0061772

Browse files
authored
Merge pull request #47403 from gsmet/keycloak-dev-services
Add missing dependency to quarkus-devservices-keycloak
2 parents 53bdc31 + cdfa1cc commit 0061772

File tree

1 file changed

+1
-1
lines changed
  • extensions/devservices/keycloak

1 file changed

+1
-1
lines changed

extensions/devservices/keycloak/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</dependency>
1919
<dependency>
2020
<groupId>io.quarkus</groupId>
21-
<artifactId>quarkus-devservices-common</artifactId>
21+
<artifactId>quarkus-devservices-deployment</artifactId>
2222
</dependency>
2323
<dependency>
2424
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)