You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2022/10/19 06:47:16 UTC

[pulsar] branch branch-2.9 updated: Revert "[fix][sec] File tiered storage: upgrade jettison to get rid of CVE-2022-40149 (#18022)"

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

mattisonchao pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new 36a9d132476 Revert "[fix][sec] File tiered storage: upgrade jettison to get rid of CVE-2022-40149 (#18022)"
36a9d132476 is described below

commit 36a9d1324764b50dbbc14aaf1be27a732d9f548f
Author: mattisonchao <ma...@apache.org>
AuthorDate: Wed Oct 19 14:41:53 2022 +0800

    Revert "[fix][sec] File tiered storage: upgrade jettison to get rid of CVE-2022-40149 (#18022)"
    
    This reverts commit b53bc51027b192ae42b68308f8b03950e2ec2a6d.
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index ad9d464792f..adc6c1b7415 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@ flexible messaging model and an intuitive client API.</description>
     <failsafe.version>2.3.1</failsafe.version>
     <skyscreamer.version>1.5.0</skyscreamer.version>
     <objenesis.version>3.1</objenesis.version>
-    <jettison.version>1.5.1</jettison.version>
+    <awaitility.version>4.0.3</awaitility.version>
 
     <!-- Plugin dependencies -->
     <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
@@ -798,13 +798,6 @@ flexible messaging model and an intuitive client API.</description>
         <scope>import</scope>
       </dependency>
 
-      <dependency>
-        <groupId>org.codehaus.jettison</groupId>
-        <artifactId>jettison</artifactId>
-        <version>${jettison.version}</version>
-      </dependency>
-
-
       <dependency>
         <groupId>org.hdrhistogram</groupId>
         <artifactId>HdrHistogram</artifactId>