Skip to content

Commit 1be02de

Browse files
authored
fix(doc): Camel dependencies catalog validation
Closes #6218
1 parent 8d392c2 commit 1be02de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/ROOT/pages/configuration/dependencies.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ kamel run -d camel:http Integration.java
6060
In this case, the dependency will be added with the correct version. Note that the standard notation for specifying a Camel dependency is `camel:xxx`, while `kamel` also accepts `camel-xxx` for usability.
6161

6262
While resolving Camel dependencies (`camel:xxx` or `camel-xxx`) the Camel K operator tries to find the dependency in the xref:architecture/cr/camel-catalog.adoc[Camel catalog].
63-
In case the dependency is not listed in the catalog for some reason you will be provided with am error.
64-
Please make sure to use Camel dependencies listed in the catalog as these components are eligible to being used in Camel K (e.g. due to proper version resolving and runtime optimization).
65-
Using Camel dependencies not listed in the catalog may lead to unexpected behavior and is not supported.
66-
In case you do have a custom Camel component that you want to use as part of an Integration you can add this as an external Maven dependency using the respective Maven coordinates of your project.
67-
Please do not use one of the reserved the Camel groupIds (`org.apache.camel`) in that case.
63+
In case the dependency is not listed in the catalog for some reason you will be provided with an error. Please make sure to use Camel dependencies listed in the catalog as these components are eligible to being used in Camel K (e.g. due to proper version resolving and runtime optimization).
64+
65+
Using Camel dependencies not listed in the catalog may lead to unexpected behavior and is not supported. In case you do have a custom Camel dependency that you want to use as part of an Integration you can add this as an external Maven dependency using the respective Maven coordinates of your project.
66+
67+
NOTE: altough not recommeded, you can use `mvn:org.apache.camel` group id to skip the catalog validation in case of Camel dependencies not yet available in the catalog. Mind that this may not always work.
6868

6969
*External dependencies* can be added using the `-d` flag, the `mvn` prefix, and the maven coordinates:
7070
```

0 commit comments

Comments
 (0)