NIFI-2374 This closes #712. updated to latest tika versions where possible, updated doc, commented why cannot update media nar

This commit is contained in:
joewitt 2016-11-15 22:49:49 -05:00
parent 3e571f9f1f
commit 45a5f5295c
4 changed files with 6 additions and 3 deletions

View File

@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.7</version>
<version>1.14</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>

View File

@ -44,6 +44,9 @@
<artifactId>metadata-extractor</artifactId>
<version>2.8.0</version>
</dependency>
<!-- Would like a newer version of tika-core and tika-parsers but newer
tika-parser versions have cat-X json lib and other libraries that need to
have their license validated such as geoapis. -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>

View File

@ -155,7 +155,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.7</version>
<version>1.14</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>

View File

@ -56,7 +56,7 @@
<li>application/x-lzh</li>
</ul>
<p>For a complete list, please refer to
<a href="https://git-wip-us.apache.org/repos/asf?p=tika.git;a=blob;f=tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml;h=49314cc5351c11cd2bd245501f66e8649d2a2742;hb=386b68b5ae87beafacfb63f33e0a9888dedb9c30">
<a href="https://git-wip-us.apache.org/repos/asf?p=tika.git;a=blob;f=tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml;h=fffb9bbca8f49d2265479da798c0c01ceb2060e2;hb=d647a234783bbc3f83d3691a1e1d5788c438d55d">
Apache Tika's source code</a>
</p>