upd to metadata-extractor-2.9.1

pull/51/head
reger 9 years ago
parent b4a576dbdf
commit bbcd9441bc

@ -33,7 +33,7 @@
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.18.jar"/> <classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.18.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.18.jar"/> <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.18.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.4.jar"/> <classpathentry kind="lib" path="lib/httpcore-4.4.4.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.8.1.jar"/> <classpathentry kind="lib" path="lib/metadata-extractor-2.9.1.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.2.jar"/> <classpathentry kind="lib" path="lib/xmpcore-5.1.2.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/> <classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/>
<classpathentry kind="lib" path="lib/guava-18.0.jar"/> <classpathentry kind="lib" path="lib/guava-18.0.jar"/>

@ -228,7 +228,7 @@
<pathelement location="${lib}/lucene-suggest-5.5.0.jar" /> <pathelement location="${lib}/lucene-suggest-5.5.0.jar" />
<pathelement location="${lib}/jsonic-1.2.0.jar" /> <pathelement location="${lib}/jsonic-1.2.0.jar" />
<pathelement location="${lib}/langdetect.jar" /> <pathelement location="${lib}/langdetect.jar" />
<pathelement location="${lib}/metadata-extractor-2.8.1.jar" /> <pathelement location="${lib}/metadata-extractor-2.9.1.jar" />
<pathelement location="${lib}/noggit-0.5.jar" /> <pathelement location="${lib}/noggit-0.5.jar" />
<pathelement location="${lib}/org.restlet.jar" /> <pathelement location="${lib}/org.restlet.jar" />
<pathelement location="${lib}/pdfbox-1.8.11.jar" /> <pathelement location="${lib}/pdfbox-1.8.11.jar" />

Binary file not shown.

Binary file not shown.

@ -457,7 +457,7 @@
<dependency> <dependency>
<groupId>com.drewnoakes</groupId> <groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId> <artifactId>metadata-extractor</artifactId>
<version>2.8.1</version> <version>2.9.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>oro</groupId> <groupId>oro</groupId>

Loading…
Cancel
Save