You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/11 04:58:01 UTC

[incubator-inlong] branch release-1.0.0 updated: [INLONG-2464] remove the useless aviator dependency (#2466)

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


The following commit(s) were added to refs/heads/release-1.0.0 by this push:
     new e24ec71  [INLONG-2464] remove the useless aviator dependency (#2466)
e24ec71 is described below

commit e24ec713965459ad823ae0c4d92169ad0325e971
Author: dockerzhang <do...@apache.org>
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               | 9 +--------
 2 files changed, 2 insertions(+), 9 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..51674db 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>
@@ -230,7 +223,7 @@
             <dependency>
                 <artifactId>commons-io</artifactId>
                 <groupId>commons-io</groupId>
-                <version>${common.io}</version>
+                <version>${commons.io.version}</version>
             </dependency>
 
             <dependency>