Where should I located pom.xml when doing rush build to avoid error package com.fasterxml.jackson.core does not exist ?
Thank you

Where should I located pom.xml when doing rush build to avoid error package com.fasterxml.jackson.core does not exist ?
Thank you
build:
release:
# Optimizes the extension on every release build.
optimize: true
desugar:
enable: false
desugar_deps: false
assets:
icon: icon.png
deps:
after I download jar file and put it on deps, rush build successfully done.
but when I running test from MIT AI2 companion show Runtime Error. and could not build as .apk file
How to Solved this problem. Thank you
After I use the same version of Jackson :
and when I build .apk file, here is the error :
Can anybody help me to solved this problem ?