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 <[email protected]> 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>
