This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 652e064b9c7dee0f2f11030eb54b130a42e13a80 Author: James Netherton <[email protected]> AuthorDate: Mon Nov 7 08:15:32 2022 +0000 Remove profile for handling quarkus-opentelemetry-exporter-otlp removal --- observability/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/observability/pom.xml b/observability/pom.xml index daa88e3..82be075 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -424,21 +424,5 @@ </dependency> </dependencies> </profile> - <!-- TODO: https://github.com/apache/camel-quarkus/issues/4231 --> - <profile> - <id>not-quarkus-snapshots</id> - <activation> - <property> - <name>quarkus.platform.version</name> - <value>!999-SNAPSHOT</value> - </property> - </activation> - <dependencies> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-opentelemetry-exporter-otlp</artifactId> - </dependency> - </dependencies> - </profile> </profiles> </project>
