This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 640971eb18e04d4dc2f049fb4593c599164986f1 Author: Peter Palaga <[email protected]> AuthorDate: Fri Sep 17 14:43:24 2021 +0200 Remove superfluous camel-quarkus-integration-tests-support-custom-type-converter dependency from the direct test --- integration-test-groups/foundation/direct/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration-test-groups/foundation/direct/pom.xml b/integration-test-groups/foundation/direct/pom.xml index 6050dca..627bbaf 100644 --- a/integration-test-groups/foundation/direct/pom.xml +++ b/integration-test-groups/foundation/direct/pom.xml @@ -35,10 +35,6 @@ <artifactId>camel-quarkus-direct</artifactId> </dependency> <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-integration-tests-support-custom-type-converter</artifactId> - </dependency> - <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency>
