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

tallison pushed a commit to branch TIKA-4150-revert
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 703062594e2df7727a5810308c0d3fc1f8e67921
Author: tallison <[email protected]>
AuthorDate: Tue Oct 3 11:14:31 2023 -0400

    TIKA-4150 - shade commons-io in tika-app --revert
---
 tika-app/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 767b359d8..fe7da36d9 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -116,14 +116,6 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <!-- we have to do this to avoid potential conflicts with, e.g. 
hadoop, and others
-                who are using old versions of commons-io -->
-              <relocations>
-                <relocation>
-                  <pattern>org.apache.commons.io.</pattern>
-                  <shadedPattern>shaded.org.apache.commons.io.</shadedPattern>
-                </relocation>
-              </relocations>
               <createDependencyReducedPom>
                 false
               </createDependencyReducedPom>

Reply via email to