From ca71960dae4b463dc234f4583c1f4c806eddae45 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 3 Jan 2024 09:06:37 +0100 Subject: [PATCH] commons-collections4 is required now, exclude did not work anayway --- README.md | 2 +- poishadow/build.gradle | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 94d91c42..c0af65cb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/poishadow/build.gradle b/poishadow/build.gradle index b8e9e9b5..64035e4f 100644 --- a/poishadow/build.gradle +++ b/poishadow/build.gradle @@ -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