diff --git a/s3stream/build.gradle b/s3stream/build.gradle index 67c52c2c5..8ffff008d 100644 --- a/s3stream/build.gradle +++ b/s3stream/build.gradle @@ -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'