4

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>
Nick
  • 805
  • 5
  • 14
Sahal
  • 109
  • 2
  • 9

1 Answers1

0

Just Restart your project or eclipse or Intellij IDE. After restart, run again the application and then it will work

monis
  • 1