fjtirado commented on code in PR #3928:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3928#discussion_r2247999346
##########
quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow/pom.xml:
##########
@@ -124,6 +124,15 @@
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-oidc-client</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
Review Comment:
hmmm, I guess you need to add the openapi-generator dependency for some
import in OpenAPICustomCredentials, but this dependency is intended to be added
in deployment and not during runtime,
--
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]