Skip to content

Commit

Permalink
build(s3stream): downgrade OT version to java8 (#832)
Browse files Browse the repository at this point in the history
Signed-off-by: Shichao Nie <[email protected]>
  • Loading branch information
SCNieh authored Dec 15, 2023
1 parent 08d1462 commit 755d225
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
<groupId>com.automq.elasticstream</groupId>
<artifactId>s3stream</artifactId>
<version>${s3stream.version}</version>
<exclusions>
<exclusion>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Below artifact are not directly used by the project, but are required by the dependencies of the project. -->
Expand Down
2 changes: 1 addition & 1 deletion s3stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-runtime-telemetry-java17</artifactId>
<artifactId>opentelemetry-runtime-telemetry-java8</artifactId>
<version>${alapha.opentelemetry.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 755d225

Please sign in to comment.