Skip to content

Commit cdfa1cc

Browse files
committed
Add missing dependency to quarkus-devservices-keycloak
Fixes quarkusio#46702
1 parent 53bdc31 commit cdfa1cc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

extensions/devservices/keycloak/pom.xml

Lines changed: 1 addition & 1 deletion
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)