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

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 99c281786 TIKA-4239: remove unneeded exclusion
99c281786 is described below

commit 99c281786464032bdaeaa5f3e64d566f65ef8287
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 9 17:59:11 2024 +0100

    TIKA-4239: remove unneeded exclusion
---
 tika-parent/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b2f89618f..28d67d893 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1071,13 +1071,6 @@
               <artifactId>xercesImpl</artifactId>
               <version>${xerces.version}</version>
             </exclude>
-            <!-- this one is used in tika-example -->
-            <exclude>
-              <!-- sonatype: 
https://github.com/apache/commons-dbcp/commit/a4c5af0da1de3a7f50c72fc7edaa1f653ca276dd
 -->
-              <groupId>commons-dbcp</groupId>
-              <artifactId>commons-dbcp</artifactId>
-              <version>1.4</version>
-            </exclude>
             <!-- used only in tests and in tika-eval, and this problem 
requires the use of the console.
                  https://github.com/h2database/h2database/issues/1294 -->
             <exclude>

Reply via email to