You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by al...@apache.org on 2022/03/04 06:36:32 UTC

[incubator-linkis] 05/13: exclude commons-compress #1598

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

alexkun pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit b0030f26b1c8592c244d4358e892dd46ace794de
Author: peacewong <wp...@gmail.com>
AuthorDate: Thu Mar 3 16:06:32 2022 +0800

    exclude commons-compress #1598
---
 linkis-commons/linkis-hadoop-common/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/linkis-commons/linkis-hadoop-common/pom.xml b/linkis-commons/linkis-hadoop-common/pom.xml
index 7177d43..9dd5092 100644
--- a/linkis-commons/linkis-hadoop-common/pom.xml
+++ b/linkis-commons/linkis-hadoop-common/pom.xml
@@ -134,6 +134,11 @@
                     <artifactId>protobuf-java</artifactId>
                 </exclusion>
 
+                <exclusion>
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-compress</artifactId>
+                </exclusion>
+
             </exclusions>
         </dependency>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org