Skip to content

Commit

Permalink
commons-collections4 is required now, exclude did not work anayway
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jan 3, 2024
1 parent 02fc202 commit ca71960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ older ones are likely not supported any more.
##### Dependencies

Note: Some dependencies of Apache POI are not included in the shading to keep it's size at bay. If you use code
areas which require `commons-codec`, `commons-collections4` or any of the other dependencies, you may need to add
areas which require `curvesapi`, `commons-codec` or any of the other dependencies, you may need to add
them in your Android application in addition to the poishadow-all.jar file dependency.

##### Missing java.awt classes
Expand Down
1 change: 0 additions & 1 deletion poishadow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ shadowJar {
dependencies {
exclude(dependency('com.github.virtuald:curvesapi'))
exclude(dependency('commons-codec:commons-codec'))
exclude(dependency('commons-codec:commons-collections4'))
}

// Relocate javax dependencies so Android does not choke
Expand Down

0 comments on commit ca71960

Please sign in to comment.