This is an automated email from the ASF dual-hosted git repository.
josedee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie.git
The following commit(s) were added to refs/heads/main by this push:
new b892f934e22 Integration tests jobs-service-springboot tests fix (#6898)
b892f934e22 is described below
commit b892f934e22d779d53ff23f29b955ef23738d22d
Author: Deepak Joseph <[email protected]>
AuthorDate: Thu Aug 13 20:13:19 2026 +0530
Integration tests jobs-service-springboot tests fix (#6898)
Co-authored-by: Deepak Joseph <[email protected]>
---
kogito-apps-bom/pom.xml | 6 ++++++
.../integration-tests-jobs-service-springboot/pom.xml | 8 +++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/kogito-apps-bom/pom.xml b/kogito-apps-bom/pom.xml
index dbd8ad57941..cd02018472a 100644
--- a/kogito-apps-bom/pom.xml
+++ b/kogito-apps-bom/pom.xml
@@ -340,6 +340,12 @@
<version>${project.version}</version>
<type>pom</type>
</dependency>
+ <dependency>
+ <groupId>org.kie.kogito</groupId>
+ <artifactId>jobs-service-common</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ </dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>jobs-service-common</artifactId>
diff --git
a/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml
b/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml
index 737f19c4065..7879323c87b 100644
--- a/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml
+++ b/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml
@@ -64,9 +64,15 @@
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
- <artifactId>jobs-service</artifactId>
+ <artifactId>jobs-service-common</artifactId>
<type>pom</type>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]