This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch log4j2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit e86341a590e7f3e580266fce74396a6f5850e0e1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jan 16 14:51:25 2023 +0100 Polish --- dsl/camel-kamelet-main/pom.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml index 4d78dea0226..9f33c966808 100644 --- a/dsl/camel-kamelet-main/pom.xml +++ b/dsl/camel-kamelet-main/pom.xml @@ -116,16 +116,7 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-catalog-console</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-resourceresolver-github</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-groovy-dsl</artifactId> - <scope>test</scope> - </dependency> + <!-- maven / maven resolver --> <dependency> <groupId>org.apache.maven</groupId> @@ -221,6 +212,16 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-resourceresolver-github</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-groovy-dsl</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build>