You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/16 05:25:35 UTC

[camel] branch camel-3.x updated: Add missing dependency

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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 00b29ed81ba Add missing dependency
00b29ed81ba is described below

commit 00b29ed81ba147bf98b3147fed6d1cd357b3f12f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jun 16 07:25:26 2023 +0200

    Add missing dependency
---
 components/camel-jbpm/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-jbpm/pom.xml b/components/camel-jbpm/pom.xml
index 59bd2760b14..403cdd5d079 100644
--- a/components/camel-jbpm/pom.xml
+++ b/components/camel-jbpm/pom.xml
@@ -116,6 +116,11 @@
             <artifactId>geronimo-jms_1.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.jaxws-api-2.2</artifactId>