This is an automated email from the ASF dual-hosted git repository.
klease pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 20ef48cd CAMEL-18132: add test scope dependency for github resource
resolution
20ef48cd is described below
commit 20ef48cdf2e95876852994f53cfaf906a7a59332
Author: klease <[email protected]>
AuthorDate: Fri Jun 17 23:03:28 2022 +0200
CAMEL-18132: add test scope dependency for github resource resolution
---
examples/kamelet-main/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/examples/kamelet-main/pom.xml b/examples/kamelet-main/pom.xml
index c2982455..4d5dca53 100644
--- a/examples/kamelet-main/pom.xml
+++ b/examples/kamelet-main/pom.xml
@@ -98,6 +98,11 @@
<artifactId>camel-http</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-resourceresolver-github</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>