Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module is way too large #6

Open
FlorianZipser opened this issue Aug 23, 2016 · 1 comment
Open

module is way too large #6

FlorianZipser opened this issue Aug 23, 2016 · 1 comment
Labels

Comments

@FlorianZipser
Copy link
Contributor

the module uses some large dependencies

bcprov-jdk16-1.46.jar
ooxml-schemas-1.0.jar
ooxml-security-1.0.jar
poi-3.13.jar
poi-ooxml-3.13.jar
poi-scratchpad-3.13.jar
xmlbeans-2.6.0.jar

these dependencies are included into the module's jar. This enlarges the file up to 18 MB. When updating Pepper the module is downloaded and further all its dependencies are downloaded again, which doubles the size.
The double download needs to be avoided.

@MartinKl
Copy link
Contributor

If I remember correctly, this could actually be solved by setting the dependencies to scope "provided" (given that's an option).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants