jstastny-cz commented on code in PR #1894:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/1894#discussion_r1363407835
##########
data-index/kogito-addons-quarkus-data-index-persistence/kogito-addons-quarkus-data-index-persistence-common/runtime/pom.xml:
##########
@@ -47,6 +47,10 @@
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-source-files</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-oidc</artifactId>
Review Comment:
Same here, please check we're not introducing
https://github.com/apache/incubator-kie-issues/issues/626 once again.
##########
data-index/data-index-common/pom.xml:
##########
@@ -49,6 +49,18 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-vertx</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.vertx</groupId>
+ <artifactId>vertx-web-client</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-oidc</artifactId>
Review Comment:
please check if keycloak devservice is disabled for tests (either in this
module or modules having this one as dependency, thus quarkus-oidc would be
their transitive dependency). To be in sync with
https://github.com/apache/incubator-kie-issues/issues/626 .
--
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]