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

[camel] branch add-implicit-dependency updated (cebf472ee5a -> 37784ff8208)

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

nfilotto pushed a change to branch add-implicit-dependency
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard cebf472ee5a Add explicitly camel-catalog as dependency to avoid parallel build failure
     new 37784ff8208 Add camel-catalog as dependency to prevent parallel build failures

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cebf472ee5a)
            \
             N -- N -- N   refs/heads/add-implicit-dependency (37784ff8208)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[camel] 01/01: Add camel-catalog as dependency to prevent parallel build failures

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch add-implicit-dependency
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 37784ff820812eb2000e14e3cfca0383fe398dad
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Jun 1 18:40:37 2023 +0200

    Add camel-catalog as dependency to prevent parallel build failures
---
 dsl/camel-endpointdsl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dsl/camel-endpointdsl/pom.xml b/dsl/camel-endpointdsl/pom.xml
index b641fffd4c5..fd86d4d820b 100644
--- a/dsl/camel-endpointdsl/pom.xml
+++ b/dsl/camel-endpointdsl/pom.xml
@@ -94,6 +94,11 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-catalog</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>