Skip to content

Commit

Permalink
upd to pdfbox-2.0.4.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Mar 9, 2017
1 parent 9b6d1ab commit 52c9d0c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .classpath
Expand Up @@ -38,8 +38,8 @@
<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.3.jar"/>
<classpathentry kind="lib" path="lib/pdfbox-2.0.3.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/bcmail-jdk15-1.46.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15-1.46.jar"/>
<classpathentry kind="lib" path="lib/poi-3.15.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -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.3.jar" />
<pathelement location="${lib}/fontbox-2.0.4.jar" />
<pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.3.jar" />
Expand Down Expand Up @@ -239,7 +239,7 @@
<pathelement location="${lib}/metadata-extractor-2.9.1.jar" />
<pathelement location="${lib}/noggit-0.5.jar" />
<pathelement location="${lib}/org.restlet.jar" />
<pathelement location="${lib}/pdfbox-2.0.3.jar" />
<pathelement location="${lib}/pdfbox-2.0.4.jar" />
<pathelement location="${lib}/poi-3.15.jar" />
<pathelement location="${lib}/poi-scratchpad-3.15.jar" />
<pathelement location="${lib}/slf4j-api-1.7.21.jar" />
Expand Down
File renamed without changes.
Binary file renamed lib/fontbox-2.0.3.jar → lib/fontbox-2.0.4.jar
Binary file not shown.
File renamed without changes.
Binary file renamed lib/pdfbox-2.0.3.jar → lib/pdfbox-2.0.4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -503,7 +503,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 52c9d0c

Please sign in to comment.