ricardozanini commented on code in PR #4083:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4083#discussion_r2414075714
##########
quarkus/addons/token-exchange/runtime/pom.xml:
##########
@@ -41,18 +41,9 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-arc</artifactId>
</dependency>
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-oidc-client</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>io.quarkiverse.openapi.generator</groupId>
- <artifactId>quarkus-openapi-generator</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.kie.sonataflow</groupId>
- <artifactId>sonataflow-quarkus</artifactId>
+ <artifactId>sonataflow-addons-quarkus-openapi</artifactId>
Review Comment:
IIRC OIDC is required - I imagine you moved it to
`sonataflow-addons-quarkus-openapi`?
--
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]