This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 8ab8ed832 TIKA-4326: remove unneeded exclusion
8ab8ed832 is described below
commit 8ab8ed83296a34c1c894fb5382b6971a9fc97e6b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 9 19:58:22 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 a636ef8d4..61d66a5be 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1119,13 +1119,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>