This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 6e72a54fef0 [dependency](chore)Remove hadoop-yarn related dependencies
and upgrade xnio to 3.8.14 (#34235)
6e72a54fef0 is described below
commit 6e72a54fef092683251d620c0fce4d57ebcdb2e8
Author: Calvin Kirs <[email protected]>
AuthorDate: Mon Apr 29 14:20:02 2024 +0800
[dependency](chore)Remove hadoop-yarn related dependencies and upgrade xnio
to 3.8.14 (#34235)
We don’t need yarn and mr related dependencies
---
fe/pom.xml | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/fe/pom.xml b/fe/pom.xml
index f1b370d382d..e4d9761c9ab 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -286,7 +286,7 @@ under the License.
<zjsonpatch.version>0.2.3</zjsonpatch.version>
<kafka-clients.version>3.4.0</kafka-clients.version>
<oshi-core.version>6.4.5</oshi-core.version>
- <xnio-nio.version>3.8.9.Final</xnio-nio.version>
+ <xnio-nio.version>3.8.14.Final</xnio-nio.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<javax.activation.version>1.2.0</javax.activation.version>
<jaxws-api.version>2.3.0</jaxws-api.version>
@@ -538,6 +538,18 @@ under the License.
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1259,7 +1271,7 @@ under the License.
<artifactId>websocket-servlet</artifactId>
<version>${jetty.version}</version>
</dependency>
-
+
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>javax-websocket-server-impl</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]