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

jihoonson pushed a commit to branch 0.17.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/0.17.0 by this push:
     new df66353  Add jackson-mapper-asl for hdfs-storage extension (#9178) 
(#9185)
df66353 is described below

commit df66353142a52bc245a7da186ca872ca4d9f9b06
Author: Chi Cao Minh <chi.caom...@imply.io>
AuthorDate: Tue Jan 14 18:16:04 2020 -0800

    Add jackson-mapper-asl for hdfs-storage extension (#9178) (#9185)
    
    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).
---
 extensions-core/hdfs-storage/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/extensions-core/hdfs-storage/pom.xml 
b/extensions-core/hdfs-storage/pom.xml
index b9404b5..53e0f10 100644
--- a/extensions-core/hdfs-storage/pom.xml
+++ b/extensions-core/hdfs-storage/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to