KEYCLOAK-19871 Add dependency on keycloak-client-cli-dist to server-x-dist
This commit is contained in:
parent
7bef534392
commit
f64441a54a
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-client-cli-dist</artifactId>
|
||||
<type>zip</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue