This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new d400da5f3cb Fix cherry-pick issue
d400da5f3cb is described below
commit d400da5f3cb0756080842f01f7654bbf9e3fb8e2
Author: Nicolò Boschi <[email protected]>
AuthorDate: Thu Nov 10 17:23:21 2022 +0100
Fix cherry-pick issue
---
pulsar-sql/presto-distribution/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pulsar-sql/presto-distribution/pom.xml
b/pulsar-sql/presto-distribution/pom.xml
index 8ac1f17866d..d6afedae70a 100644
--- a/pulsar-sql/presto-distribution/pom.xml
+++ b/pulsar-sql/presto-distribution/pom.xml
@@ -36,10 +36,6 @@
<jersey.version>2.34</jersey.version>
<objenesis.version>2.6</objenesis.version>
<objectsize.version>0.0.12</objectsize.version>
- <jackson.version>2.13.2</jackson.version>
- <!--fix Security Vulnerabilities-->
-
<!--https://www.cvedetails.com/vulnerability-list/vendor_id-15866/product_id-42991/Fasterxml-Jackson-databind.html-->
- <jackson.databind.version>2.13.2.1</jackson.databind.version>
<maven.version>3.0.5</maven.version>
<guava.version>31.0.1-jre</guava.version>
<asynchttpclient.version>2.12.1</asynchttpclient.version>