Add jackson-mapper-asl for hdfs-storage extension (#9178)

Previously jackson-mapper-asl was excluded to remove a security
vulnerability; however, it is required for functionality (e.g.,
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator).
This commit is contained in:
Chi Cao Minh 2020-01-14 09:50:45 -08:00 committed by Jihoon Son
parent ea51bc45bf
commit 1fd05bef9a
1 changed files with 0 additions and 5 deletions

View File

@ -255,11 +255,6 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
</exclusion>
<exclusion>
<!-- excluded to remove security vulnerabilities; jackson-mapper-asl is renamed to jackson-databind -->
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>