This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new b37b968327 [INLONG-9683][Pom] Remove Akka dependency for it is not
used (#9686)
b37b968327 is described below
commit b37b968327aab9b368bc368f040054707182c114
Author: Charles Zhang <[email protected]>
AuthorDate: Mon Feb 19 11:09:16 2024 +0800
[INLONG-9683][Pom] Remove Akka dependency for it is not used (#9686)
---
inlong-agent/agent-core/pom.xml | 4 ----
licenses/inlong-agent/LICENSE | 3 ---
licenses/inlong-manager/LICENSE | 4 ----
pom.xml | 8 --------
4 files changed, 19 deletions(-)
diff --git a/inlong-agent/agent-core/pom.xml b/inlong-agent/agent-core/pom.xml
index 1408472d64..3476ce37c0 100755
--- a/inlong-agent/agent-core/pom.xml
+++ b/inlong-agent/agent-core/pom.xml
@@ -73,10 +73,6 @@
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
</dependency>
- <dependency>
- <groupId>com.typesafe.akka</groupId>
- <artifactId>akka-stream_2.11</artifactId>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
diff --git a/licenses/inlong-agent/LICENSE b/licenses/inlong-agent/LICENSE
index eaa0e36ba2..e648c45ff7 100644
--- a/licenses/inlong-agent/LICENSE
+++ b/licenses/inlong-agent/LICENSE
@@ -452,9 +452,6 @@ Apache 2.0 licenses
The following components are provided under the Apache License. See project
link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.
- com.typesafe.akka:akka-actor_2.11:2.5.21 - akka-actor
(https://github.com/akka/akka/tree/v2.5.21), (Apache License, Version 2.0)
- com.typesafe.akka:akka-protobuf_2.11:2.5.21 - akka-protobuf
(https://github.com/akka/akka/tree/v2.5.21), (Apache License, Version 2.0)
- com.typesafe.akka:akka-stream_2.11:2.5.21 - akka-stream
(https://github.com/akka/akka/tree/v2.5.21), (Apache License, Version 2.0)
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2 - Jackson
datatype: JSR310
(https://github.com/FasterXML/jackson-modules-java8/tree/jackson-modules-java8-2.13.2),
(The Apache Software License, Version 2.0)
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.3 - Jackson-JAXRS-base
(https://github.com/FasterXML/jackson-jaxrs-providers/tree/jackson-jaxrs-providers-2.12.3/base),
(The Apache Software License, Version 2.0)
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.3 -
Jackson-JAXRS-JSON
(https://github.com/FasterXML/jackson-jaxrs-providers/tree/jackson-jaxrs-providers-2.13.2/json),
(The Apache Software License, Version 2.0)
diff --git a/licenses/inlong-manager/LICENSE b/licenses/inlong-manager/LICENSE
index 061856f3aa..a3e5f5184d 100644
--- a/licenses/inlong-manager/LICENSE
+++ b/licenses/inlong-manager/LICENSE
@@ -599,10 +599,6 @@ Apache 2.0 License
The following components are provided under the Apache License. See project
link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.
- com.typesafe.akka:akka-actor_2.11:2.5.21 - akka-actor
(https://github.com/akka/akka/tree/v2.5.21), (Apache License, Version 2.0)
- com.typesafe.akka:akka-protobuf_2.11:2.5.21 - akka-protobuf
(https://github.com/akka/akka/tree/v2.5.21), (Apache License, Version 2.0)
- com.typesafe.akka:akka-slf4j_2.11:2.5.21 - akka-slf4j
(https://github.com/akka/akka/tree/v2.5.21), (Apache License, Version 2.0)
- com.typesafe.akka:akka-stream_2.11:2.5.21 - akka-stream
(https://github.com/akka/akka/tree/v2.5.21), (Apache License, Version 2.0)
org.apache.ant:ant:1.9.1 - Apache Ant Core (http://ant.apache.org/), (The
Apache Software License, Version 2.0)
org.apache.ant:ant-launcher:1.9.1 - Apache Ant Launcher
(http://ant.apache.org/), (The Apache Software License, Version 2.0)
net.bytebuddy:byte-buddy:1.12.9 - Byte Buddy (without dependencies)
(https://github.com/raphw/byte-buddy/tree/byte-buddy-1.12.9), (Apache License,
Version 2.0)
diff --git a/pom.xml b/pom.xml
index e2b5ffaf2f..655096f538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,6 @@
<orc.core.version>1.6.7</orc.core.version>
<parquet.version>1.12.2</parquet.version>
<oro.version>2.0.8</oro.version>
- <akka.version>2.5.21</akka.version>
<antlr.verison>4.0.4</antlr.verison>
<log4j2.version>2.17.2</log4j2.version>
@@ -924,13 +923,6 @@
<version>${snappy.version}</version>
</dependency>
- <!-- format -->
- <dependency>
- <groupId>com.typesafe.akka</groupId>
- <artifactId>akka-stream_2.11</artifactId>
- <version>${akka.version}</version>
- </dependency>
-
<!-- protobuf -->
<dependency>
<groupId>com.google.protobuf</groupId>