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 17:25:30 UTC

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

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 37784ff8208 Add camel-catalog as dependency to prevent parallel build failures
     new 78402b6cf27 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   (37784ff8208)
            \
             N -- N -- N   refs/heads/add-implicit-dependency (78402b6cf27)

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:
 dsl/camel-endpointdsl/pom.xml | 1 +
 1 file changed, 1 insertion(+)


[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 78402b6cf2784db9664e4001b5d6b0b509d3ea31
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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dsl/camel-endpointdsl/pom.xml b/dsl/camel-endpointdsl/pom.xml
index b641fffd4c5..1fba0e6e0c6 100644
--- a/dsl/camel-endpointdsl/pom.xml
+++ b/dsl/camel-endpointdsl/pom.xml
@@ -94,6 +94,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <!-- Add it explicitly to prevent parallel build failure -->
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-catalog</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>