Skip to content

Commit

Permalink
[incubator-kie-issues#1783] Excluding kogito-quarkus-test-utils from …
Browse files Browse the repository at this point in the history
…integration-tests-jobs-service-common (#2182)

* [incubator-kie-issues#1783] Excluding kogito-quarkus-test-utils from integration-tests-jobs-service-common to avoid version misalignment and consequent method not found exception

* [incubator-kie-issues#1783] Disabling broken test.

---------

Co-authored-by: Gabriele-Cardosi <[email protected]>
  • Loading branch information
gitgabrio and Gabriele-Cardosi authored Feb 6, 2025
1 parent c66141b commit 8746a1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>integration-tests-jobs-service-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-test-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<modules>
<module>integration-tests-trusty-service-common</module>
<module>integration-tests-trusty-service-springboot</module>
</modules>

<properties>
Expand Down

0 comments on commit 8746a1a

Please sign in to comment.