Author: nick
Date: Thu Aug 20 21:38:45 2015
New Revision: 1696859

URL: http://svn.apache.org/r1696859
Log:
TIKA-1710 Guava is no longer required, we have StandardCharsets instead now

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

Modified: tika/trunk/tika-parsers/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1696859&r1=1696858&r2=1696859&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Thu Aug 20 21:38:45 2015
@@ -327,11 +327,6 @@
       <artifactId>httpservices</artifactId>
       <version>${netcdf-java.version}</version>
     </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <version>11.0.2</version>
-    </dependency>
     <!-- Apache Commons CSV -->
     <dependency>
       <groupId>org.apache.commons</groupId>


Reply via email to