Skip to content

Commit

Permalink
升级itextpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix committed Feb 10, 2016
1 parent b1fc57a commit 8bd8bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies {
/* Excel & PDF */
compile "org.apache.poi:poi:3.9", optional
compile "org.apache.poi:poi-ooxml:3.9", optional
compile "com.itextpdf:itextpdf:5.5.0", optional
compile "com.itextpdf:itextpdf:5.5.7", optional
compile "com.itextpdf:itext-asian:5.2.0", optional
compile "org.xhtmlrenderer:flying-saucer-pdf-itext5:9.0.6", optional

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ hibernateVersion = 4.3.6.Final
hibernateValidatorVersion = 5.0.1.Final
shiroVersion = 1.2.3

systemProp.http.proxyHost=localhost
systemProp.http.proxyPort=1080
#systemProp.http.proxyHost=localhost
#systemProp.http.proxyPort=1080

0 comments on commit 8bd8bbc

Please sign in to comment.