Getting the Maven build failure at JaxRS dependency updated the dependency and still getting the issue

159 Views Asked by At

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

0

There are 0 best solutions below