webpush-java icon indicating copy to clipboard operation
webpush-java copied to clipboard

Class file for org.jose4j.lang.JoseException not found

Open Clubmasterhs opened this issue 9 months ago • 0 comments

We've recently started using the Maven dependency

<dependency>
<groupId>nl.martijndwars</groupId>
<artifactId>web-push</artifactId>
<version>5.1.2</version>
</dependency>

and we're getting the error message

"Cannot access org.jose4j.lang.JoseException class file for org.jose4j.lang.JoseException not found"

Can you promptly update the dependency

<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.7.9</version>
<scope>runtime</scope>
</dependency>

in your pom.xml? The version currently in use is causing the error.

Clubmasterhs avatar Mar 17 '25 13:03 Clubmasterhs