This is an automated email from the ASF dual-hosted git repository. jojochuang pushed a commit to branch ozone-2.1 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 6e75cc365a8d07af2151316f6a9c201d9e0de3e1 Author: Wei-Chiu Chuang <[email protected]> AuthorDate: Wed Aug 26 13:47:40 2026 -0700 Add hdds-test-utils test dependency to ozone-s3gateway Co-authored-by: Cursor <[email protected]> Change-Id: I67e741bd48d5da682f9490df918a5f301ec430cf Co-authored-by: Cursor <[email protected]> --- hadoop-ozone/s3gateway/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hadoop-ozone/s3gateway/pom.xml b/hadoop-ozone/s3gateway/pom.xml index 02dd30894e1..aea7453e0b3 100644 --- a/hadoop-ozone/s3gateway/pom.xml +++ b/hadoop-ozone/s3gateway/pom.xml @@ -227,6 +227,12 @@ <artifactId>weld-servlet-shaded</artifactId> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.apache.ozone</groupId> + <artifactId>hdds-test-utils</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
