This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit ea30d34c32c15b22b31544cbb46df0217239e4a1 Author: James Netherton <[email protected]> AuthorDate: Wed Nov 26 07:26:50 2025 +0000 Enable micrometer & observability-services native profiles --- integration-tests/micrometer/pom.xml | 2 -- integration-tests/observability-services/pom.xml | 2 -- 2 files changed, 4 deletions(-) diff --git a/integration-tests/micrometer/pom.xml b/integration-tests/micrometer/pom.xml index 7404a42275..ff810f999d 100644 --- a/integration-tests/micrometer/pom.xml +++ b/integration-tests/micrometer/pom.xml @@ -90,7 +90,6 @@ </dependencies> <profiles> - <!-- https://github.com/apache/camel-quarkus/issues/7946 <profile> <id>native</id> <activation> @@ -118,7 +117,6 @@ </plugins> </build> </profile> - --> <profile> <id>virtualDependencies</id> <activation> diff --git a/integration-tests/observability-services/pom.xml b/integration-tests/observability-services/pom.xml index 4a9d07b96b..062e9f8fbd 100644 --- a/integration-tests/observability-services/pom.xml +++ b/integration-tests/observability-services/pom.xml @@ -79,7 +79,6 @@ </dependencies> <profiles> - <!-- https://github.com/apache/camel-quarkus/issues/7946 <profile> <id>native</id> <activation> @@ -107,7 +106,6 @@ </plugins> </build> </profile> - --> <profile> <id>virtualDependencies</id> <activation>
