This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-minio in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 5a222f46f4ed8b07feac893bb757ce2e473591bf Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Sep 9 14:34:46 2021 +0200 Added Kafka Minio profiling example --- profiling/kafka-minio/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiling/kafka-minio/pom.xml b/profiling/kafka-minio/pom.xml index 190d812..30956ee 100644 --- a/profiling/kafka-minio/pom.xml +++ b/profiling/kafka-minio/pom.xml @@ -101,10 +101,6 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-minio</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-kamelet-reify</artifactId> - </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-yaml-dsl</artifactId>
