-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Mustang Library provided as an Uber-Jar #297
Comments
ah - just now saw that there is already a PR: #274 |
had missed the answer to the PR, merged, lets try in in the next version |
merged in 2.6.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are planning to use the mustang project as a library in our backend application and noticed that you are providing it in the form of an uber-jar (>30mb) shipping with all its transitive dependencies. One problem we are facing with that is that we use the latest slf4j version (2.x) which leads to conflicts with the version provided by mustang (although 2.x is backwards compatible with 1.x - but not vice-versa). Another issue is that we only need the importer part for now which seems to only require the org.apache.pdfbox dependencies. By building the project manually and taking only the slim jar (including pdfbox deps) we were able to get the importer part running while having a much smaller classpath footprint (~4mb opposed to >30mb).
We would like to understand:
The text was updated successfully, but these errors were encountered: