This is an automated email from the ASF dual-hosted git repository.
healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 0aa4826cb [INLONG-4283][Agent] Specifies kafka-clients version to
3.0.0 (#4286)
0aa4826cb is described below
commit 0aa4826cbd154c6c368135658262df429272be18
Author: Greedyu <[email protected]>
AuthorDate: Fri May 20 19:07:59 2022 +0800
[INLONG-4283][Agent] Specifies kafka-clients version to 3.0.0 (#4286)
---
inlong-agent/agent-release/pom.xml | 5 +++++
licenses/inlong-agent/LICENSE | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/inlong-agent/agent-release/pom.xml
b/inlong-agent/agent-release/pom.xml
index 1f481e622..fe760bb45 100644
--- a/inlong-agent/agent-release/pom.xml
+++ b/inlong-agent/agent-release/pom.xml
@@ -45,6 +45,11 @@
<artifactId>agent-plugins</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ <version>${kafka.clients.version}</version>
+ </dependency>
</dependencies>
<build>
diff --git a/licenses/inlong-agent/LICENSE b/licenses/inlong-agent/LICENSE
index 143c98d9f..a975a2470 100644
--- a/licenses/inlong-agent/LICENSE
+++ b/licenses/inlong-agent/LICENSE
@@ -620,7 +620,6 @@ The text of each license is also included at
licenses/LICENSE-[project].txt.
org.eclipse.jetty:jetty-util:9.4.44.v20210927 - Jetty :: Utilities
(https://eclipse.org/jetty/jetty-util), (Apache Software License - Version 2.0;
Eclipse Public License - Version 1.0)
org.eclipse.jetty:jetty-util-ajax:9.4.44.v20210927 - Jetty :: Utilities ::
Ajax(JSON) (https://eclipse.org/jetty/jetty-util-ajax), (Apache Software
License - Version 2.0; Eclipse Public License - Version 1.0)
org.apache.kafka:kafka_2.11:2.4.1 - Apache Kafka (https://kafka.apache.org),
(The Apache Software License, Version 2.0)
- org.apache.kafka:kafka-clients:2.4.1 - Apache Kafka
(https://kafka.apache.org), (The Apache Software License, Version 2.0)
org.apache.kafka:kafka-clients:3.0.0 - Apache Kafka
(https://kafka.apache.org), (The Apache Software License, Version 2.0)
org.apache.thrift:libthrift:0.9.3 - Apache Thrift
(http://thrift.apache.org), (The Apache Software License, Version 2.0)
log4j:log4j:1.2.17 - Apache Log4j (http://logging.apache.org/log4j/1.2/),
(The Apache Software License, Version 2.0)