Repository: tika Updated Branches: refs/heads/2.x 9f8d6aedf -> b7fde4f07
Remove javax.xml.stream packages as optional dependencies in OSGi bundle Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/b7fde4f0 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/b7fde4f0 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/b7fde4f0 Branch: refs/heads/2.x Commit: b7fde4f07a104bd3de237560dc7428e14f852b4e Parents: 9f8d6ae Author: Bob Paulin <[email protected]> Authored: Wed Mar 2 07:55:37 2016 -0600 Committer: Bob Paulin <[email protected]> Committed: Wed Mar 2 07:55:37 2016 -0600 ---------------------------------------------------------------------- tika-bundle/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/b7fde4f0/tika-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml index a533de3..040ed91 100644 --- a/tika-bundle/pom.xml +++ b/tika-bundle/pom.xml @@ -183,9 +183,6 @@ javax.servlet;resolution:=optional, javax.servlet.http;resolution:=optional, javax.measure.converter;resolution:=optional, - javax.xml.stream;version="[1.0,2)";resolution:=optional, - javax.xml.stream.events;version="[1.0,2)";resolution:=optional, - javax.xml.stream.util;version="[1.0,2)";resolution:=optional, javax.ws.rs.core;resolution:=optional, net.sf.ehcache;resolution:=optional, nu.xom;resolution:=optional,
