1 year ago
#161549
Teja K
Getting the Maven build failure at JaxRS dependency updated the dependency and still getting the issue
Hi Please help me to resolve the below issue.
APPLICATION FAILED TO START
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
io.swagger.jackson.ModelResolver.resolve(ModelResolver.java:377)
The following method did not exist:
com.fasterxml.jackson.databind.introspect.AnnotatedMember.getType(Lcom/fasterxml/jackson/databind/type/TypeBindings;)Lcom/fasterxml/jackson/databind/JavaType;
The method's class, com.fasterxml.jackson.databind.introspect.AnnotatedMember, is available from the following locations:
jar:file:/C:/Users/konteja/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.jar!/com/fasterxml/jackson/databind/introspect/AnnotatedMember.class
The class hierarchy was loaded from the following locations:
com.fasterxml.jackson.databind.introspect.AnnotatedMember: file:/C:/Users/konteja/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.jar
com.fasterxml.jackson.databind.introspect.Annotated: file:/C:/Users/konteja/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of com.fasterxml.jackson.databind.introspect.AnnotatedMember
java
spring
maven
jackson
maven-bundle-plugin
0 Answers
Your Answer