You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2018/01/23 19:30:55 UTC

[tika] 03/03: TIKA-2535 - fix bundle requirements

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

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

commit fb68c39a58819afaf2e80f8a67b90d5817506ea2
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Jan 23 14:30:33 2018 -0500

    TIKA-2535 - fix bundle requirements
---
 tika-bundle/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 2b075ca..27f070c 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -168,9 +168,9 @@
               sis-netcdf|
               sis-utility|
               sis-storage|
+              unit-api|
               apache-mime4j-core|
               apache-mime4j-dom|
-              jsr-275|
               jhighlight|
               java-libpst|
               netcdf4|
@@ -254,7 +254,12 @@
               org.apache.pdfbox.debugger;resolution:=optional,
               org.apache.sis;resolution:=optional,
               org.apache.sis.distance;resolution:=optional,
+              org.apache.sis.feature;resolution:=optional,
               org.apache.sis.geometry;resolution:=optional,
+              org.apache.sis.internal.feature;resolution:=optional,
+              org.apache.sis.internal.referencing;resolution:=optional,
+              org.apache.sis.parameter;resolution:=optional,
+              org.apache.sis.referencing;resolution:=optional,
               org.apache.tools.ant;resolution:=optional,
               org.apache.tools.ant.taskdefs;resolution:=optional,
               org.apache.tools.ant.types;resolution:=optional,

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.