Repository: tika Updated Branches: refs/heads/2.x cf3996ed0 -> 27e81b97a
TIKA-2181 upgrade to POI 3 16 beta2, make sure to upgrade overall bundle Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/27e81b97 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/27e81b97 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/27e81b97 Branch: refs/heads/2.x Commit: 27e81b97aa8b3a555fd67ee0132058211b538a28 Parents: cf3996e Author: tballison <[email protected]> Authored: Mon Feb 6 09:30:29 2017 -0500 Committer: tballison <[email protected]> Committed: Mon Feb 6 09:30:29 2017 -0500 ---------------------------------------------------------------------- tika-bundle/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/27e81b97/tika-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml index e8f3e83..6e9a887 100644 --- a/tika-bundle/pom.xml +++ b/tika-bundle/pom.xml @@ -221,6 +221,7 @@ org.apache.xml.resolver.tools;resolution:=optional, org.apache.xml.security;resolution:=optional, org.apache.xml.security.c14n;resolution:=optional, + org.apache.xml.security.signature;resolution:=optional, org.apache.xml.security.utils;resolution:=optional, org.apache.xmlbeans.impl.xpath.saxon;resolution:=optional, org.apache.xmlbeans.impl.xquery.saxon;resolution:=optional,
