Skip to content

Commit

Permalink
Merge pull request #366 from atlanhq/chris
Browse files Browse the repository at this point in the history
Fix POI dependency bundling for Excel
  • Loading branch information
cmgrote authored Dec 5, 2023
2 parents 430fa92 + fa4ac2f commit 0986461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-toolkit/runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tasks {
include(dependency("commons-io:commons-io:.*"))
include(dependency("com.zaxxer:SparseBitSet:.*"))
include(dependency("org.apache.poi:poi-ooxml:.*"))
include(dependency("org.apache.poi:poi-ooxml-lite:.*"))
include(dependency("org.apache.xmlbeans:xmlbeans:.*"))
include(dependency("org.apache.commons:commons-compress:.*"))
include(dependency("com.github.virtuald:curvesapi:.*"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ object PackageConfig : CustomPackage(
"users" to "Users",
"groups" to "Groups",
"personas" to "Personas",
"purposes" to "Purposes",
"policies" to "Policies",
),
help = "Select the objects you want to include in the exported Excel file.",
multiSelect = true,
Expand All @@ -52,7 +54,6 @@ object PackageConfig : CustomPackage(
"admin-export" to "/tmp/admin-export.xlsx",
),
),
category = "export",
keywords = listOf("kotlin", "utility", "admin", "export"),
preview = true,
) {
Expand Down

0 comments on commit 0986461

Please sign in to comment.