upd to pdfbox-2.0.5.jar and transient dependency xmpcore-5.1.3.jar

required by metadata-extractor-2.10.1 (fix build.xml compiler warning)
This commit is contained in:
reger 2017-04-04 00:59:26 +02:00
parent 27884da1ff
commit eddb7a9804
10 changed files with 7 additions and 7 deletions

View File

@ -32,14 +32,14 @@
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.6.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.2.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.3.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/spatial4j-0.5.jar"/>
<classpathentry kind="lib" path="lib/zookeeper-3.4.6.jar"/>
<classpathentry kind="lib" path="lib/org.restlet.jar"/>
<classpathentry kind="lib" path="lib/fontbox-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/pdfbox-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/fontbox-2.0.5.jar"/>
<classpathentry kind="lib" path="lib/pdfbox-2.0.5.jar"/>
<classpathentry kind="lib" path="lib/bcmail-jdk15-1.46.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15-1.46.jar"/>
<classpathentry kind="lib" path="lib/poi-3.15.jar"/>

View File

@ -183,7 +183,7 @@
<pathelement location="${lib}/commons-jxpath-1.3.jar" />
<pathelement location="${lib}/commons-lang-2.6.jar" />
<pathelement location="${lib}/commons-logging-1.2.jar" />
<pathelement location="${lib}/fontbox-2.0.4.jar" />
<pathelement location="${lib}/fontbox-2.0.5.jar" />
<pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.3.jar" />
@ -243,7 +243,7 @@
<pathelement location="${lib}/metadata-extractor-2.10.1.jar" />
<pathelement location="${lib}/noggit-0.5.jar" />
<pathelement location="${lib}/org.restlet.jar" />
<pathelement location="${lib}/pdfbox-2.0.4.jar" />
<pathelement location="${lib}/pdfbox-2.0.5.jar" />
<pathelement location="${lib}/poi-3.15.jar" />
<pathelement location="${lib}/poi-scratchpad-3.15.jar" />
<pathelement location="${lib}/slf4j-api-1.7.24.jar" />
@ -256,7 +256,7 @@
<pathelement location="${lib}/woodstox-core-asl-4.4.1.jar" />
<pathelement location="${lib}/xercesImpl.jar" />
<pathelement location="${lib}/xml-apis.jar" />
<pathelement location="${lib}/xmpcore-5.1.2.jar" />
<pathelement location="${lib}/xmpcore-5.1.3.jar" />
<pathelement location="${lib}/zookeeper-3.4.6.jar" />
</path>

Binary file not shown.

BIN
lib/xmpcore-5.1.3.jar Normal file

Binary file not shown.

View File

@ -526,7 +526,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<type>jar</type>
</dependency>
<dependency>