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

liyang pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 90aa1def3d0bd2c1b2f6548923d9bde8af0d6cee
Author: Yinghao Lin <yinghao....@kyligence.io>
AuthorDate: Wed Aug 2 11:36:43 2023 +0800

    KYLIN-5772 Fix vulnerability & excluding okio
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 04867d1347..765cbefa09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -963,6 +963,10 @@
                         <groupId>org.codehaus.jackson</groupId>
                         <artifactId>jackson-mapper-asl</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>com.squareup.okio</groupId>
+                        <artifactId>okio</artifactId>
+                    </exclusion>
                 </exclusions>
                 <version>${hadoop.version}</version>
                 <scope>provided</scope>

Reply via email to