Revision: 18561
http://sourceforge.net/p/gate/code/18561
Author: markagreenwood
Date: 2015-02-09 14:04:55 +0000 (Mon, 09 Feb 2015)
Log Message:
-----------
updated to Apache Tika v1.7 from v1.5
Modified Paths:
--------------
gate/trunk/build/deploy/maven/gate-core.pom.template
gate/trunk/ivy.xml
Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template 2015-02-09
02:19:43 UTC (rev 18560)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template 2015-02-09
14:04:55 UTC (rev 18561)
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
- <version>1.5</version>
+ <version>1.7</version>
<scope>runtime</scope>
<exclusions>
@@ -174,6 +174,24 @@
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
</exclusion>
+ <!-- we are not handling Matlab files so we don't need this -->
+ <exclusion>
+ <groupId>net.sourceforge.jmatio</groupId>
+ <artifactId>jmatio</artifactId>
+ </exclusion>
+
+ <!-- we are most certainly not supporting the parsing of
Outlook PST files! -->
+ <exclusion>
+ <groupId>com.pff</groupId>
+ <artifactId>java-libpst</artifactId>
+ </exclusion>
+
+ <!-- we don't support images so we don't need their metadata -->
+ <exclusion>
+ <groupId>com.drewnoakes</groupId>
+ <artifactId>metadata-extractor</artifactId>
+ </exclusion>
+
</exclusions>
</dependency>
Modified: gate/trunk/ivy.xml
===================================================================
--- gate/trunk/ivy.xml 2015-02-09 02:19:43 UTC (rev 18560)
+++ gate/trunk/ivy.xml 2015-02-09 14:04:55 UTC (rev 18561)
@@ -44,7 +44,7 @@
<dependency org="net.sourceforge.nekohtml" name="nekohtml" rev="1.9.14" />
<!-- we use Tika to handle most document formats other than XML, HTML and
TXT -->
- <dependency org="org.apache.tika" name="tika-parsers" rev="1.5"
conf="runtime->master,runtime" >
+ <dependency org="org.apache.tika" name="tika-parsers" rev="1.7"
conf="runtime->master,runtime" >
<!-- we don't currently use the RSS/ATOM aspects of Tika so we don't
need ROME -->
<exclude org="rome" module="rome" />
@@ -76,6 +76,15 @@
<exclude org="com.googlecode.juniversalchardet"
module="juniversalchardet" />
<exclude org="org.tukaani" module="xz" />
<exclude org="com.adobe.xmp" module="xmpcore" />
+
+ <!-- we are not handling Matlab files so we don't need this -->
+ <exclude org="net.sourceforge.jmatio" module="jmatio" />
+
+ <!-- we are most certainly not supporting the parsing of Outlook PST
files! -->
+ <exclude org="com.pff" module="java-libpst" />
+
+ <!-- we don't support images so we don't need their metadata -->
+ <exclude org="com.drewnoakes" module="metadata-extractor" />
</dependency>
<!-- We use Woodstox instead of the default Sun StAX implementation as it
seems to behave better.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs