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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 100bc305d TIKA-4326: remove unneeded exclusion
100bc305d is described below

commit 100bc305dabf2a907ee34317c5118c500afc020e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 9 18:34:54 2024 +0100

    TIKA-4326: 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 1e912ccb5..26fadc472 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1100,13 +1100,6 @@
               <artifactId>jetty-http</artifactId>
               <version>11.0.24</version>
             </coordinate>
-            <!-- this one is used in tika-example -->
-            <coordinate>
-              <!-- sonatype: 
https://github.com/apache/commons-dbcp/commit/a4c5af0da1de3a7f50c72fc7edaa1f653ca276dd
 -->
-              <groupId>commons-dbcp</groupId>
-              <artifactId>commons-dbcp</artifactId>
-              <version>1.4</version>
-            </coordinate>
             <!-- used only in tests and in tika-eval, and this problem 
requires the use of the console.
                  https://github.com/h2database/h2database/issues/1294 -->
             <coordinate>

Reply via email to