Skip to content

Commit

Permalink
fix(s3stream): add dependency in gradle (#936)
Browse files Browse the repository at this point in the history
Signed-off-by: Ning Yu <[email protected]>
  • Loading branch information
Chillax-0v0 authored Feb 20, 2024
1 parent 31bfba3 commit e89dcd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3stream/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {
api 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:1.32.0'
api 'org.aspectj:aspectjrt:1.9.20.1'
api 'org.aspectj:aspectjweaver:1.9.20.1'
api 'com.github.jnr:jnr-posix:3.1.19'
testImplementation 'org.slf4j:slf4j-simple:2.0.9'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-core:5.5.0'
Expand Down

0 comments on commit e89dcd6

Please sign in to comment.