This is an automated email from the ASF dual-hosted git repository.
dmeikle 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 9cc1ae9 TIKA-3188: Added Apache XmpBox to standard bundle
9cc1ae9 is described below
commit 9cc1ae9407cc97e414fb7cc22cad89912758154a
Author: David Meikle <[email protected]>
AuthorDate: Mon Jan 17 12:46:05 2022 +0000
TIKA-3188: Added Apache XmpBox to standard bundle
---
tika-bundles/tika-bundle-standard/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tika-bundles/tika-bundle-standard/pom.xml
b/tika-bundles/tika-bundle-standard/pom.xml
index 5a52810..797450b 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -207,7 +207,8 @@
jmatio|
guava|
age-predictor-api|
- SparseBitSet
+ SparseBitSet|
+ xmpbox
</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<Bundle-DocURL>${project.url}</Bundle-DocURL>