This is an automated email from the ASF dual-hosted git repository.
pefernan 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 4afb4249a incubator-kie-issues#805: Add
`jobs-service-postgresql-common` to the `kogito-apps-bom` (#1946)
4afb4249a is described below
commit 4afb4249abb0d536386455029a11d74b1a7d97c9
Author: Pere Fernández <[email protected]>
AuthorDate: Wed Jan 10 16:18:37 2024 +0100
incubator-kie-issues#805: Add `jobs-service-postgresql-common` to the
`kogito-apps-bom` (#1946)
---
kogito-apps-bom/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/kogito-apps-bom/pom.xml b/kogito-apps-bom/pom.xml
index d828e167b..66fb1f7f2 100644
--- a/kogito-apps-bom/pom.xml
+++ b/kogito-apps-bom/pom.xml
@@ -70,6 +70,17 @@
<version>${project.version}</version>
<classifier>sources</classifier>
</dependency>
+ <dependency>
+ <groupId>org.kie.kogito</groupId>
+ <artifactId>jobs-service-postgresql-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.kie.kogito</groupId>
+ <artifactId>jobs-service-postgresql-common</artifactId>
+ <version>${project.version}</version>
+ <classifier>sources</classifier>
+ </dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>jobs-service-postgresql</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]