You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2018/06/17 16:54:20 UTC

[commons-weaver] 03/04: remove shading instructions for commons-io, which is no longer a dependency

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

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit 1f19f702d2f6bc708d479e9472970f53c39efc01
Author: Matt Benson <mb...@apache.org>
AuthorDate: Sun Jun 17 11:53:31 2018 -0500

    remove shading instructions for commons-io, which is no longer a dependency
---
 modules/normalizer/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index d2f60c8..ffeb875 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -109,7 +109,6 @@ under the License.
               <artifactSet>
                 <includes>
                   <include>org.apache.commons:commons-lang3</include>
-                  <include>commons-io:commons-io</include>
                   <include>org.ow2.asm:*</include>
                 </includes>
               </artifactSet>
@@ -119,10 +118,6 @@ under the License.
                   <shadedPattern>org.apache.commons.weaver.normalizer._lang3.</shadedPattern>
                 </relocation>
                 <relocation>
-                  <pattern>org.apache.commons.io.</pattern>
-                  <shadedPattern>org.apache.commons.weaver.normalizer._io.</shadedPattern>
-                </relocation>
-                <relocation>
                   <pattern>org.objectweb.asm.</pattern>
                   <shadedPattern>org.apache.commons.weaver.normalizer._asm.</shadedPattern>
                 </relocation>

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.