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/05/24 08:45:40 UTC

[incubator-inlong] branch master updated: [INLONG-4342][Sort] Remove the duplicate audit-sdk dependency (#4344)

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 1a7055605 [INLONG-4342][Sort] Remove the duplicate audit-sdk dependency (#4344)
1a7055605 is described below

commit 1a7055605742c74bbc69bb324a2ba2d73219724f
Author: dockerzhang <do...@apache.org>
AuthorDate: Tue May 24 16:45:35 2022 +0800

    [INLONG-4342][Sort] Remove the duplicate audit-sdk dependency (#4344)
---
 inlong-sort/sort-core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/inlong-sort/sort-core/pom.xml b/inlong-sort/sort-core/pom.xml
index 96e11f808..75a1cc213 100644
--- a/inlong-sort/sort-core/pom.xml
+++ b/inlong-sort/sort-core/pom.xml
@@ -133,12 +133,6 @@
             <artifactId>tubemq-client</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!--for audit-->
-        <dependency>
-            <groupId>org.apache.inlong</groupId>
-            <artifactId>audit-sdk</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <!-- for test -->
         <dependency>
             <groupId>org.apache.flink</groupId>