I have created a plugin for openfire and this pluging using java-jwt , after adding plugin into openfire error is comming like this
java.lang.NoClassDefFoundError: com/auth0/jwt/algorithms/Algorithm
My pom file is include
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.3.0</version>
</dependency>