Replies: 1 comment 2 replies
-
Please also notice bcprov-ext-jdk15on jar AFAIK includes all classes of bcprov-jdk15on plus NTRU algorithms, so you just need to include one of them, avoiding many classes duplication. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank you very much for this great library! We have been using it in our open source project for some years: https://github.com/sepinf-inc/IPED
We are in the process of upgrading to icepdf-7.0.0 and I would like to ask about the need for TwelveMonkeys imageio-tiff dependency, since AFAIK Java 11 already has TIFF support natively. Could it be removed without important impacts on rendering or Java 11 TIFF support is quite limited?
Finally, we also noticed jai-imageio-jpeg2000 being added automatically to the dependency tree. AFAIK jai-imageio-jpeg2000 has a specific license that may not be compatible with Apache v2 license, so perhaps it would be a good idea to add it using the
provided
scope to your pom.xml.Best regards.
Beta Was this translation helpful? Give feedback.
All reactions