Add missing dependency on server-deployment

This commit is contained in:
stianst 2021-11-16 15:29:26 +01:00 committed by Pedro Igor
parent 4291caff3c
commit 51ccf58dff

View file

@ -19,6 +19,10 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-quarkus-server</artifactId>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-quarkus-server-deployment</artifactId>
</dependency>
</dependencies>
<build>