This is an automated email from the ASF dual-hosted git repository.

gitgabrio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new 8746a1ad2 [incubator-kie-issues#1783] Excluding 
kogito-quarkus-test-utils from integration-tests-jobs-service-common (#2182)
8746a1ad2 is described below

commit 8746a1ad2881caa930e8042676eb650e480d2588
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Thu Feb 6 11:07:02 2025 +0100

    [incubator-kie-issues#1783] Excluding kogito-quarkus-test-utils from 
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]>
---
 .../integration-tests-jobs-service-springboot/pom.xml               | 6 ++++++
 apps-integration-tests/integration-tests-trusty-service/pom.xml     | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml
 
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml
index 9f3994afa..ac5c1743d 100644
--- 
a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml
+++ 
b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml
@@ -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>
diff --git a/apps-integration-tests/integration-tests-trusty-service/pom.xml 
b/apps-integration-tests/integration-tests-trusty-service/pom.xml
index 1e3786346..5405690ca 100644
--- a/apps-integration-tests/integration-tests-trusty-service/pom.xml
+++ b/apps-integration-tests/integration-tests-trusty-service/pom.xml
@@ -32,7 +32,6 @@
 
   <modules>
     <module>integration-tests-trusty-service-common</module>
-    <module>integration-tests-trusty-service-springboot</module>
   </modules>
 
   <properties>


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

Reply via email to