java - jasckson libraries in google app engine not included in whitelist -


when have these imports in code or use of classes , and methods, error intelli j ide.

import com.fasterxml.jackson.core.type.typereference; import com.fasterxml.jackson.databind.objectmapper;   class 'com.fasterxml.jackson.databind.objectmapper' not included in app engine jre white list 

this not result in maven build errors or errors in production. why ide flagging error. class 'com.fasterxml.jackson.core.type.typereference' not included in app engine jre white list

those imports aren't part of java application programming interface (java api) library created , in order use them, have download , add jar file in java build path library


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -