You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/03/02 06:30:58 UTC

[iotdb] 01/01: Remove jackson-mapper-asl to fix security alert

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

haonan pushed a commit to branch remove_jackson-mapper-asl
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 101c4377b1716cca41715b17fa489a27c86dcca1
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Mar 2 14:25:31 2023 +0800

    Remove jackson-mapper-asl to fix security alert
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 08f2c223b2..71b2c8ffbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,6 @@
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
         <log4j.version>1.2.24</log4j.version>
         <lz4-java.version>1.8.0</lz4-java.version>
-        <jackson-mapper-asl.version>1.9.13</jackson-mapper-asl.version>
         <jaxb-runtime.version>3.0.2</jaxb-runtime.version>
         <mockito-core.version>2.23.4</mockito-core.version>
         <objenesis.version>3.2</objenesis.version>
@@ -429,11 +428,6 @@
                 <artifactId>jackson-core-asl</artifactId>
                 <version>${jackson-core-asl.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.codehaus.jackson</groupId>
-                <artifactId>jackson-mapper-asl</artifactId>
-                <version>${jackson-mapper-asl.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.glassfish.jaxb</groupId>
                 <artifactId>jaxb-runtime</artifactId>