This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new b82bcbd8ad5 Revert "HADOOP-18676. Fixing jettison vulnerability of hadoop-common lib (#5507)" b82bcbd8ad5 is described below commit b82bcbd8ad52b7a1fd37a205f0e8f09b4c6f2fed Author: Ayush Saxena <ayushsax...@apache.org> AuthorDate: Sat Mar 25 12:04:28 2023 +0530 Revert "HADOOP-18676. Fixing jettison vulnerability of hadoop-common lib (#5507)" This reverts commit 72b01227062fcd5214c3561c4b81842ac1802bdd. --- hadoop-common-project/hadoop-common/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml index 5fb267cfd0d..41efc183c3e 100644 --- a/hadoop-common-project/hadoop-common/pom.xml +++ b/hadoop-common-project/hadoop-common/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org