Repository: tika
Updated Branches:
  refs/heads/master 5a3410715 -> 9a1ba9494


Fix for side effect of TIKA-1857-- javax.xml.stream is no longer optional.  
Thank you, Bob Paulin, for diagnosing this!


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/9a1ba949
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/9a1ba949
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/9a1ba949

Branch: refs/heads/master
Commit: 9a1ba9494cf2a786e4615f0d72ca5f7c303840fa
Parents: 5a34107
Author: tballison <[email protected]>
Authored: Wed Mar 2 09:41:30 2016 -0500
Committer: tballison <[email protected]>
Committed: Wed Mar 2 09:41:30 2016 -0500

----------------------------------------------------------------------
 tika-bundle/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/9a1ba949/tika-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 6a3a742..20cb07c 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,

Reply via email to