You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/10/21 13:11:33 UTC

[ozone] branch master updated: HDDS-5860. Shade Jackson for Ozone Filesystem (#2744)

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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 996518a  HDDS-5860. Shade Jackson for Ozone Filesystem (#2744)
996518a is described below

commit 996518a47f97abdfe29d80aa0982ae51c84095b5
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Thu Oct 21 15:11:16 2021 +0200

    HDDS-5860. Shade Jackson for Ozone Filesystem (#2744)
---
 hadoop-ozone/ozonefs-shaded/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml b/hadoop-ozone/ozonefs-shaded/pom.xml
index 90d5e35..ffe0720 100644
--- a/hadoop-ozone/ozonefs-shaded/pom.xml
+++ b/hadoop-ozone/ozonefs-shaded/pom.xml
@@ -113,6 +113,7 @@
                     <include>org.apache.commons.beanutils.**.*</include>
                     <include>org.apache.commons.collections.**.*</include>
                     <include>org.apache.commons.digester.**.*</include>
+                    <include>org.apache.commons.io.**.*</include>
                     <include>org.apache.commons.logging.**.*</include>
                     <include>org.apache.commons.pool2.**.*</include>
                     <include>org.apache.commons.validator.**.*</include>
@@ -130,6 +131,7 @@
                     <include>com.google.common.**.*</include>
                     <include>com.google.gson.**.*</include>
                     <include>com.codahale.**.*</include>
+                    <include>com.fasterxml.**.*</include>
                     <include>com.lmax.**.*</include>
                     <include>com.github.joshelser.**.*</include>
                     <include>com.twitter.**.*</include>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org