Skip to content

Commit

Permalink
Merge pull request quarkusio#44792 from aloubyansky/filter-out-ot-jav…
Browse files Browse the repository at this point in the history
…aagent

Filter out OTel Java Agent version constraints
  • Loading branch information
gsmet authored Nov 28, 2024
2 parents 10019a1 + 9c5f84e commit 9c47990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6540,7 +6540,6 @@
<version>${project.version}</version>
</dependency>
<!-- End of Relocations, please put new extensions above this list -->

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -6586,6 +6585,10 @@
<!-- The exclusion can be removed once all imported BOMs depend on jboss-parent:41+ -->
<!-- See also https://github.com/jboss/jboss-parent-pom/issues/236 -->
<key>org.jboss:jdk-misc</key>

<!-- OpenTelemetry Instrumentation Java Agent -->
<key>io.opentelemetry.javaagent:*</key>
<key>io.opentelemetry.javaagent.instrumentation:*</key>
</excludeArtifactKeys>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<postgres.url>jdbc:postgresql:hibernate_orm_test</postgres.url>

<gitflow-incremental-builder.version>4.5.4</gitflow-incremental-builder.version>
<quarkus-platform-bom-plugin.version>0.0.116</quarkus-platform-bom-plugin.version>
<quarkus-platform-bom-plugin.version>0.0.117</quarkus-platform-bom-plugin.version>

<skipDocs>false</skipDocs>
<skip.gradle.tests>false</skip.gradle.tests>
Expand Down

0 comments on commit 9c47990

Please sign in to comment.