Repository: tika Updated Branches: refs/heads/2.x f4ce49b2a -> d6d5b8fe3
TIKA-1851 - Removed duplicate sun.misc entry in optional OSGi imports. Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/d6d5b8fe Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/d6d5b8fe Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/d6d5b8fe Branch: refs/heads/2.x Commit: d6d5b8fe31404235208eefe6a4669b6190a03195 Parents: f4ce49b Author: Bob Paulin <[email protected]> Authored: Fri Feb 5 08:55:01 2016 -0600 Committer: Bob Paulin <[email protected]> Committed: Fri Feb 5 08:56:10 2016 -0600 ---------------------------------------------------------------------- tika-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/d6d5b8fe/tika-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml index f9aa71b..a533de3 100644 --- a/tika-bundle/pom.xml +++ b/tika-bundle/pom.xml @@ -266,7 +266,7 @@ org.xml.sax.helpers;resolution:=optional, org.xmlpull.v1;resolution:=optional, com.microsoft.schemas.office.powerpoint;resolution:=optional, - com.microsoft.schemas.office.word;resolution:=optional, sun.misc;resolution:=optional, + com.microsoft.schemas.office.word;resolution:=optional, sun.misc;resolution:=optional, ucar.units;resolution:=optional, ucar.httpservices;resolution:=optional,
