enunviate v2.16.1

enunviate v2.16.1
This commit is contained in:
Alfredo Oliviero 2024-04-17 16:33:43 +02:00
parent 35689417c0
commit cd3875360c
1 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,8 @@
<!-- bind jackson version to avoid inconsistences with keycloak dependencies -->
<jackson.version>2.15.3</jackson.version>
<enunciate.version>2.15.1</enunciate.version>
<enunciate.version>2.17.1</enunciate.version>
<keycloak.client.version>21.1.2</keycloak.client.version>
</properties>
@ -127,7 +128,7 @@ solution: bind version, or exclude them in usermanagement-core
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client</artifactId>
<version>21.1.2</version>
<version>${keycloak.client.version}</version>
<exclusions>
<exclusion>
@ -197,6 +198,7 @@ solution: bind version, or exclude them in usermanagement-core
</dependency>
<!-- Required for Enunciate plugin -->
<!-- https://mvnrepository.com/artifact/com.webcohesion.enunciate/enunciate-core-annotations -->
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-core-annotations</artifactId>