Add missing dependency on server-deployment
This commit is contained in:
parent
4291caff3c
commit
51ccf58dff
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue