We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce08e31 commit 1d89de5Copy full SHA for 1d89de5
pom.xml
@@ -203,12 +203,12 @@
203
<!-- Add OpenTelemetry implementation and exporters for use in integration tests -->
204
<dependency>
205
<groupId>io.opentelemetry</groupId>
206
- <artifactId>opentelemetry-sdk</artifactId>
+ <artifactId>opentelemetry-sdk-common</artifactId>
207
<scope>test</scope>
208
</dependency>
209
210
211
- <artifactId>opentelemetry-sdk-common</artifactId>
+ <artifactId>opentelemetry-sdk</artifactId>
212
213
214
0 commit comments