We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm getting the below error when trying to run my app:
NoClassDefFoundError: org.bouncycastle.asn1.DERApplicationSpecific
I'm using below dependency in my application:
<dependency> <groupId>eu.agno3.jcifs</groupId> <artifactId>jcifs-ng</artifactId> <version>2.1.10</version> </dependency>
I am using "bcprov-jdk18on-1.76". The Class "DERApplicationSpecific" has been removed since version 1.75
When I use "bcprov-jdk18on-1.74" my app is working.
Will there be an update for jcifs-ng?
Thank you
The text was updated successfully, but these errors were encountered:
Please make sure that you are not pulling in an earlier version. This should be fixed in 2.1.10.
Sorry, something went wrong.
Hi, you're right, i had both JARs 2.1.9 and 2.1.10 in my project and he was pulling the old one.
Sorry, and thank you!
No branches or pull requests
Hello,
I'm getting the below error when trying to run my app:
NoClassDefFoundError: org.bouncycastle.asn1.DERApplicationSpecific
I'm using below dependency in my application:
I am using "bcprov-jdk18on-1.76". The Class "DERApplicationSpecific" has been removed since version 1.75
When I use "bcprov-jdk18on-1.74" my app is working.
Will there be an update for jcifs-ng?
Thank you
The text was updated successfully, but these errors were encountered: