-
Bug
-
Resolution: Done
-
Undefined
-
22.0.10
Before reporting an issue
[X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
dependencies
Describe the bug
Quarkus 3.2.12.Final depends on RestEasy 6.2.7.Final.
pom.xml refers for older version of RestEasy (6.2.4.Final).
This causes further artifacts misalignment when building in restricted environment.
Version
22.0.10
Regression
[ ] The issue is a regression
Expected behavior
Maven build of project that depends on org.keycloak:keycloak-admin-client:jar has to finish with success.
Actual behavior
Customers cannot build their applications based on keycloak dependencies in their restricted environments.
How to Reproduce?
Maven build of project that depends on org.keycloak:keycloak-admin-client:jar has to finish with success.
Anything else?
No response
- links to