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 <[email protected]>
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>