Skip to content

Commit

Permalink
Fixed poi-ooxml dependencies AtlasOfLivingAustralia/fieldcapture#3384
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 10, 2024
1 parent 49abd9c commit e112405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies {

implementation 'org.apache.poi:poi:5.2.2'
implementation 'org.apache.poi:poi-ooxml:5.2.2'
implementation 'org.apache.poi:poi-ooxml-full:5.2.2'
implementation 'org.codehaus.groovy:groovy-dateutil:3.0.8'

implementation "org.grails.plugins:ala-auth:$alaSecurityLibsVersion"
Expand Down

2 comments on commit e112405

@chrisala
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@salomon-j Can you please review this?

@salomon-j
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisala all good - downloading working for both cases (ticked / not ticked checkbox)

Please sign in to comment.