Skip to content

Commit

Permalink
Upgraded POI version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsnow committed Oct 25, 2012
1 parent 97fd076 commit 9fbf489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -24,9 +24,9 @@ grails.project.dependency.resolution = {
}
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
compile (group:'org.apache.poi', name:'poi', version:'3.7');
compile (group:'org.apache.poi', name:'poi', version:'3.8');
//xlxs file support
compile (group:'org.apache.poi', name:'poi-ooxml', version:'3.7') {
compile (group:'org.apache.poi', name:'poi-ooxml', version:'3.8') {
excludes 'xmlbeans'
}
//compile group:'org.apache.poi', name:'poi-contrib', version:'3.7'
Expand Down

0 comments on commit 9fbf489

Please sign in to comment.