This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 36e78178466a154c1fba3947d20d2d14e5e1d68e Author: Michael Blow <[email protected]> AuthorDate: Wed Nov 27 21:01:58 2024 -0500 [NO ISSUE][*DB][EXT] Advance hadoop-client-runtime Ext-ref: MB-64327 Change-Id: I5788d7cada1f5e615594ba42a3005bde4b8a59bc Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19137 Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Ali Alsuliman <[email protected]> --- hyracks-fullstack/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 51bdd2fb2c..84d1416c38 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -499,6 +499,11 @@ <artifactId>asm-util</artifactId> <version>${asm.version}</version> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-client-runtime</artifactId> + <version>3.4.1</version> + </dependency> </dependencies> </dependencyManagement> <build>
