You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2014/07/24 21:33:18 UTC

svn commit: r1613254 - /tika/trunk/tika-bundle/pom.xml

Author: nick
Date: Thu Jul 24 19:33:17 2014
New Revision: 1613254

URL: http://svn.apache.org/r1613254
Log:
I don't know what the android.util package is, nor why we would/wouldn't want it, but without marking it as optional the bundle tests cry...

Modified:
    tika/trunk/tika-bundle/pom.xml

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1613254&r1=1613253&r2=1613254&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Thu Jul 24 19:33:17 2014
@@ -140,6 +140,7 @@
             <Import-Package>
 			  !org.junit,
               *,
+              android.util;resolution:=optional,
               com.adobe.xmp;resolution:=optional,
               com.adobe.xmp.properties;resolution:=optional,
               com.google.protobuf;resolution:=optional,