You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, if the ESDK-Java only depends on BC for ASN1 serialization, BC now offers an ASN1 utils library that should be smaller than the cryptographic package currently depended on.
Solution:
Remove the Dafny related dependencies that are already added to the compile and run class paths.
There are still a few ASN1 classes that we use in ESDK-Java that have not been included in the bcutils-jdk18on package. In addition, ESDK-Java also utilizes the org.bouncycastle.util.encoders.Base64 class, which has not been included in the BC Utils package.
Problem:
A number of dependencies were added as optional test dependencies that are actually transitive compile and runtime dependencies.
aws-encryption-sdk-java/pom.xml
Lines 82 to 96 in 9297e1b
Additionally, if the ESDK-Java only depends on BC for ASN1 serialization, BC now offers an ASN1 utils library that should be smaller than the cryptographic package currently depended on.
Solution:
Remove the Dafny related dependencies that are already added to the compile and run class paths.
Try the BC utils package.
The text was updated successfully, but these errors were encountered: