wmedvede opened a new issue, #2146:
URL: https://github.com/apache/incubator-kie-kogito-apps/issues/2146

   ### Description
   
   It was detected that for some tests, the following dependency is added:
   
       <dependency>
         <groupId>org.keycloak</groupId>
         <artifactId>keycloak-core</artifactId>
       </dependency>
   
   With the only purpose of parsing the "access-token" from the authentication 
service response.
   However, the dialog is based on standard openid connect protocol, and thus, 
no need for any keycloak class. It's much clear to rely on the protocol 
instead. Additionally, it was detected that this keycloak dependency brings in 
transitive dependencies to quarkus libraries, which, some times, generates 
duplicate imports.
   
   
   
   ### Implementation ideas
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to