#incorrect jackson version in maven

1 messages ยท Page 1 of 1 (latest)

long orbitBOT
#

<@&987246399047479336> please have a look, thanks.

long orbitBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

glass jolt
#

full pom please

earnest grail
#

did you reload maven ?

glass jolt
#

java 16, kinda odd choice ngl

#

no idea what u mean by that

#

so u fixed the issue with jackson?

#

๐Ÿ‘

earnest grail
#

you probably didn't reload then ๐Ÿค”

#

if you enter ObjectMapper, does it find it ?

#

ah

#

and

#

you are missing jackson-databind for ObjectMapper

#

and jackson-annoations for annotations

#

core doesn't do much in its own

#

yes

#

you need the two others

glass jolt
#

you are missing jackson-databind for ObjectMapper
and jackson-annoations for annotations

#

its a modular system

#

it depends on what u want to do

#

can u show ur code where u say its red and everything

#

maybe ur missing an import, its hard to guess

#

just share

earnest grail
#

try to autocomplete ObjectMapper

#

and did you reload the project ?

#

like

#

right click the pom > maven > reload ?

#

yes

#

try to restart intellij then

#

try still