Skip to content

Commit

Permalink
Update to POI 3.15
Browse files Browse the repository at this point in the history
Do not exclude HSSF, it is probably better to have this by default
  • Loading branch information
centic9 committed Oct 4, 2016
1 parent 4a3883d commit 39b2400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions poishadow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
compile 'org.apache.poi:poi-ooxml:3.15-beta2'
compile 'org.apache.poi:poi-ooxml:3.15'
compile 'com.fasterxml:aalto-xml:1.0.0'
}

Expand Down Expand Up @@ -38,7 +38,6 @@ shadowJar {
exclude 'org/apache/poi/dev/**'
exclude 'org/apache/poi/extractor/**'
exclude 'org/apache/poi/hpsf/**'
exclude 'org/apache/poi/hssf/**'
exclude 'org/apache/poi/sl/**'
exclude 'org/apache/poi/wp/**'
exclude 'org/apache/poi/xdgf/**'
Expand Down

0 comments on commit 39b2400

Please sign in to comment.