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/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 63356b9933 [INLONG-8642][Audit] Remove the audit commons-text 
dependency (#8660)
63356b9933 is described below

commit 63356b99335e543a37be5446ad49f82f1508474c
Author: doleyzi <[email protected]>
AuthorDate: Tue Aug 8 00:24:14 2023 -0700

    [INLONG-8642][Audit] Remove the audit commons-text dependency (#8660)
---
 inlong-audit/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/inlong-audit/pom.xml b/inlong-audit/pom.xml
index cd001c0941..a0e6311f70 100644
--- a/inlong-audit/pom.xml
+++ b/inlong-audit/pom.xml
@@ -56,6 +56,12 @@
         <dependency>
             <groupId>org.apache.flume</groupId>
             <artifactId>flume-ng-node</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-text</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.flume</groupId>

Reply via email to