Skip to content

Commit

Permalink
Fix missing dependency in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Nov 29, 2023
1 parent 197c4f2 commit 430be21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ void testUserProvidedMetricsSdkVersion(String version, String semConvDep) throws
List<String> dependencies = List.of(
"io.opentelemetry:opentelemetry-api:" + version,
"io.opentelemetry:opentelemetry-sdk-metrics:" + version,
"io.opentelemetry:opentelemetry-extension-incubator:" + version+"-alpha",
"io.opentelemetry:opentelemetry-sdk-common:" + version,
"io.opentelemetry:opentelemetry-context:" + version,
semConvDep);
Expand Down

0 comments on commit 430be21

Please sign in to comment.