From dcf884133497708df52877c842d54f1ce498ca99 Mon Sep 17 00:00:00 2001 From: Toby Zhang Date: Tue, 10 Sep 2024 04:48:18 +0000 Subject: [PATCH] add dependency --- pom.xml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index cb4b2ed0b..8365b5b9f 100644 --- a/pom.xml +++ b/pom.xml @@ -352,6 +352,12 @@ 1.14.9 test + + org.apache.hadoop + hadoop-mapreduce-client-core + ${hadoop.version} + test + org.mockito mockito-core @@ -478,6 +484,10 @@ org.apache.hadoop hadoop-common + + org.apache.hadoop + hadoop-mapreduce-client-core + org.apache.parquet @@ -756,8 +766,8 @@ true + to workaround https://issues.apache.org/jira/browse/MNG-7982. Now the dependency analyzer complains that + the dependency is unused, so we ignore it here--> org.apache.commons:commons-compress org.apache.commons:commons-configuration2 @@ -852,9 +862,9 @@ failFast + The list of allowed licenses. If you see the build failing due to "There are some forbidden licenses used, please + check your dependencies", verify the conditions of the license and add the reference to it here. + --> Apache License 2.0 BSD 2-Clause License @@ -1167,9 +1177,9 @@ + Plugin executes license processing Python script, which copies third party license files into the directory + target/generated-licenses-info/META-INF/third-party-licenses, which is then included in the shaded JAR. + --> org.codehaus.mojo exec-maven-plugin