This is an automated email from the ASF dual-hosted git repository.
tallison 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 dc2ee57e94 TIKA-4699 - fix bundle to handle
tika-standard-parsers-package (#2752)
dc2ee57e94 is described below
commit dc2ee57e943aa544199943acec6e4e34bf65d1ff
Author: Tim Allison <[email protected]>
AuthorDate: Thu Apr 9 07:37:20 2026 -0400
TIKA-4699 - fix bundle to handle tika-standard-parsers-package (#2752)
---
tika-bundles/tika-bundle-standard/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tika-bundles/tika-bundle-standard/pom.xml
b/tika-bundles/tika-bundle-standard/pom.xml
index 4f3177f66d..36f580e581 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -143,6 +143,10 @@
org.apache.tika.parser.internal.Activator
</Bundle-Activator>
<Embed-Dependency>*;scope=compile;artifactId=tika-parsers-standard-package|
+ tika-parser-*|
+ tika-handler-boilerpipe|
+ tika-encoding-detector-*|
+ tika-langdetect-*|
jakarta.activation|
commons-compress|
xz|