Skip to content

Commit

Permalink
Merge pull request wildfly#17917 from kabir/WFLY-19366-opentelemetry-…
Browse files Browse the repository at this point in the history
…cdi-failure

[WFLY-19366] Add io.smallrye.opentelemetry to the deployment classpath
  • Loading branch information
bstansberry authored May 29, 2024
2 parents c5a82fe + 4675142 commit 2cfc39a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ class OpenTelemetrySubsystemDefinition extends PersistentResourceDefinition {
"io.opentelemetry.api",
"io.opentelemetry.context",
"io.opentelemetry.exporter",
"io.opentelemetry.sdk"
"io.opentelemetry.sdk",
"io.smallrye.opentelemetry"
};

static final RuntimeCapability<Void> OPENTELEMETRY_CAPABILITY =
Expand Down

0 comments on commit 2cfc39a

Please sign in to comment.