replaced otel bom (#6337)

This commit is contained in:
Emre Dincturk 2024-10-03 08:32:37 -04:00 committed by GitHub
parent 5fe92bd4ef
commit 819ca04ba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 10 deletions

16
pom.xml
View File

@ -1015,8 +1015,7 @@
<maven_assembly_plugin_version>3.3.0</maven_assembly_plugin_version> <maven_assembly_plugin_version>3.3.0</maven_assembly_plugin_version>
<maven_license_plugin_version>1.8</maven_license_plugin_version> <maven_license_plugin_version>1.8</maven_license_plugin_version>
<okhttp_version>4.12.0</okhttp_version> <okhttp_version>4.12.0</okhttp_version>
<otel.version>1.38.0</otel.version> <!-- BOM Version --> <otel_instrumentation.version>2.8.0</otel_instrumentation.version>
<otel_instrumentation.version>2.4.0</otel_instrumentation.version>
<poi_version>4.1.2</poi_version> <poi_version>4.1.2</poi_version>
<poi_ooxml_schemas_version>1.4</poi_ooxml_schemas_version> <poi_ooxml_schemas_version>1.4</poi_ooxml_schemas_version>
<resteasy_version>6.2.9.Final</resteasy_version> <resteasy_version>6.2.9.Final</resteasy_version>
@ -2280,19 +2279,16 @@
<scope>provided</scope> <scope>provided</scope>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<!-- OpenTelemetry --> <!-- OpenTelemetry -->
<dependency> <dependency>
<groupId>io.opentelemetry</groupId> <groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-bom</artifactId> <artifactId>opentelemetry-instrumentation-bom</artifactId>
<version>${otel.version}</version> <version>${otel_instrumentation.version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
<version>${otel_instrumentation.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.assertj</groupId> <groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId> <artifactId>assertj-core</artifactId>