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 03:55:04 UTC

[incubator-inlong] branch master 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 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 9ac6e53  [INLONG-2464] remove the useless aviator dependency (#2466)
9ac6e53 is described below

commit 9ac6e5382fb945f28162d29bcada1fd69b5c2349
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               | 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 05ecbb2..2c9b22a 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.1.0-incubating-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <artifactId>slf4j-log4j12</artifactId>
diff --git a/inlong-agent/pom.xml b/inlong-agent/pom.xml
index 5a4edc6..35078c3 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>5.3.0</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>