Update dependencies to enable Maven also-make working for Quarkus (#23020)

Closes #23019
This commit is contained in:
Alexander Schwartz 2023-09-07 13:15:20 +02:00 committed by GitHub
parent 211c027adb
commit f086e008dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-quarkus-server</artifactId>
<artifactId>keycloak-quarkus-server-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>

11
quarkus/dist/pom.xml vendored
View file

@ -41,6 +41,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-quarkus-server-deployment</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-client-cli-dist</artifactId>