This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch release-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git

commit 84ea3f4ffb8a65795f72f9c8240beb9ca28fcbe0
Author: dockerzhang <[email protected]>
AuthorDate: Fri Feb 11 11:54:56 2022 +0800

    [INLONG-2464] remove the useless aviator dependency (#2466)
---
 inlong-agent/agent-plugins/pom.xml | 2 +-
 inlong-agent/pom.xml               | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/inlong-agent/agent-plugins/pom.xml 
b/inlong-agent/agent-plugins/pom.xml
index 0739708..e4da1a9 100644
--- a/inlong-agent/agent-plugins/pom.xml
+++ b/inlong-agent/agent-plugins/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.apache.inlong</groupId>
             <artifactId>dataproxy-sdk</artifactId>
-            <version>1.0.0-incubating</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <artifactId>slf4j-log4j12</artifactId>
diff --git a/inlong-agent/pom.xml b/inlong-agent/pom.xml
index 9761589..7c4e46b 100644
--- a/inlong-agent/pom.xml
+++ b/inlong-agent/pom.xml
@@ -57,7 +57,6 @@
         <unit.version>4.13</unit.version>
         <common.lang.version>2.4</common.lang.version>
         <oro.version>2.0.8</oro.version>
-        <aviator.version>2.2.1</aviator.version>
         <avro.version>1.7.2</avro.version>
         <pulsar.version>2.6.2</pulsar.version>
         <netty.version>3.8.0.Final</netty.version>
@@ -181,12 +180,6 @@
                 <artifactId>oro</artifactId>
                 <version>${oro.version}</version>
             </dependency>
-
-            <dependency>
-                <groupId>com.googlecode.aviator</groupId>
-                <artifactId>aviator</artifactId>
-                <version>${aviator.version}</version>
-            </dependency>
             <dependency>
                 <groupId>com.sleepycat</groupId>
                 <artifactId>je</artifactId>

Reply via email to