This is an automated email from the ASF dual-hosted git repository.
jojochuang pushed a commit to branch ozone-2.2.1
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/ozone-2.2.1 by this push:
new a86b889dd53 Add hdds-test-utils test dependency to ozone-s3gateway
a86b889dd53 is described below
commit a86b889dd539a927c9f5d6ff7a4bd0dfdf04a84b
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Wed Aug 26 12:46:42 2026 -0700
Add hdds-test-utils test dependency to ozone-s3gateway
Co-authored-by: Cursor <[email protected]>
Change-Id: I160d234f9332b0bb39ad5cd8c13ba4a089c9f680
---
hadoop-ozone/s3gateway/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hadoop-ozone/s3gateway/pom.xml b/hadoop-ozone/s3gateway/pom.xml
index 790cf80024f..9e443cc788a 100644
--- a/hadoop-ozone/s3gateway/pom.xml
+++ b/hadoop-ozone/s3gateway/pom.xml
@@ -243,6 +243,11 @@
<artifactId>slf4j-reload4j</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.ozone</groupId>
+ <artifactId>hdds-test-utils</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone-client</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]