Revert "HADOOP-18676. Fixing jettison vulnerability of hadoop-common lib (#5507)"

This reverts commit 72b0122706.
This commit is contained in:
Ayush Saxena 2023-03-25 12:04:28 +05:30
parent 72b0122706
commit b82bcbd8ad
No known key found for this signature in database
GPG Key ID: D09AE71061AB564D
1 changed files with 0 additions and 8 deletions

View File

@ -175,14 +175,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!--
adding jettison as direct dependency (as jersey-json's jettison dependency is vulnerable with verison 1.1),
so those who depends on hadoop-common externally will get the non-vulnerable jettison
-->
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>