spring-boot-jwt icon indicating copy to clipboard operation
spring-boot-jwt copied to clipboard

Missing Dependency

Open JanBuerger opened this issue 6 years ago • 0 comments

Add

    <dependency>
        <groupId>org.javassist</groupId>
        <artifactId>javassist</artifactId>
        <version>3.23.1-GA</version>
    </dependency>

to your pom.xml

JanBuerger avatar Aug 08 '19 10:08 JanBuerger