This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 45469729081b6615c8c0072f1668b66703f4beb5 Author: Claus Ibsen <[email protected]> AuthorDate: Mon May 24 21:04:37 2021 +0200 Polish example --- examples/kamelet-yaml/pom.xml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/examples/kamelet-yaml/pom.xml b/examples/kamelet-yaml/pom.xml index 3dd8b6e..00e840f 100644 --- a/examples/kamelet-yaml/pom.xml +++ b/examples/kamelet-yaml/pom.xml @@ -53,33 +53,15 @@ <dependencies> <!-- easy way to boostrap and run Kamelet in standalone mode --> + <!-- the kamelet will be downloaded from the internet and 3rd party JAR dependencies --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-kamelet-main</artifactId> </dependency> - - <!-- earthquake-source Kamelet dependencies that is manually added --> - <!-- see inside the kamelet yaml source file where the dependencies are listed --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-caffeine</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-http</artifactId> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jackson</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-jsonpath</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-timer</artifactId> - </dependency> <!-- logging --> <dependency>
