I am working on Java Springboot project which is deployed on Weblogic (12C) I am getting below error:
Message icon - Error java.lang.ClassNotFoundException:com.fasterxml.jackson.core.exc.InputCoercionException
I have following dependency in POM.xml:
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.10.1</version>
        </dependency>```
 
     
     
     
     
     
    