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 05:02:29 UTC

[incubator-inlong] branch release-1.0.0 updated (e24ec71 -> 84ea3f4)

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

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


 discard e24ec71  [INLONG-2464] remove the useless aviator dependency (#2466)
     new 84ea3f4  [INLONG-2464] remove the useless aviator dependency (#2466)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e24ec71)
            \
             N -- N -- N   refs/heads/release-1.0.0 (84ea3f4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 inlong-agent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[incubator-inlong] 01/01: [INLONG-2464] remove the useless aviator dependency (#2466)

Posted by do...@apache.org.
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 <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 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>