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 6ad2531be4c8cbc9c9728af51c558b68cb3e7455 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Jun 23 21:58:11 2021 +0200 Reformat via mvn process-resources -Pformat --- .../src/main/resources/META-INF/quarkus-extension.yaml | 1 + integration-tests/microprofile/pom.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/extensions-jvm/kamelet-reify/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions-jvm/kamelet-reify/runtime/src/main/resources/META-INF/quarkus-extension.yaml index f452473..3e0c672 100644 --- a/extensions-jvm/kamelet-reify/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions-jvm/kamelet-reify/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -30,3 +30,4 @@ metadata: - "integration" status: - "preview" + - "deprecated" \ No newline at end of file diff --git a/integration-tests/microprofile/pom.xml b/integration-tests/microprofile/pom.xml index 9a23d5e..8405058 100644 --- a/integration-tests/microprofile/pom.xml +++ b/integration-tests/microprofile/pom.xml @@ -101,6 +101,19 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-microprofile-fault-tolerance-deployment</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-health-deployment</artifactId> <version>${project.version}</version> <type>pom</type>