I am running a recently upgraded AEM 6.3 instance. Upgraded from 6.1
After installing AEM-6.3-Service-Pack-1, the com.adobe.cq.export.json bundle cannot resolve the com.fasterxml.jackson.annotation bundle
com.adobe.cq.export.json is version 0.0.12
com.fasterxml.jackson.annotation is version 2.8.4
The "Imported Packages" statement for com.adobe.cq.export.json has "com.fasterxml.jackson.annotation,version=[2.8,3) from com.fasterxml.jackson.core.jackson-annotations"
Give that com.fasterxml.jackson.annotation is version 2.8.4 the import statement seems valid. What am I not seeing?
Error message below:
ERROR [qtp998235579-61] org.apache.felix.http.jetty %bundles.pluginTitle: Cannot start (org.osgi.framework.BundleException: Unable to resolve com.adobe.cq.export.json [660](R 660.0): missing requirement [com.adobe.cq.export.json [660](R 660.0)] osgi.wiring.package; (&(osgi.wiring.package=com.fasterxml.jackson.annotation)(version>=2.8.0)(!(version>=3.0.0 ))) Unresolved requirements: [[com.adobe.cq.export.json [660](R 660.0)] osgi.wiring.package; (&(osgi.wiring.package=com.fasterxml.jackson.annotation)(version>=2.8.0)(!(version>=3.0.0 )))]) org.osgi.framework.BundleException: Unable to resolve com.adobe.cq.export.json [660](R 660.0): missing requirement [com.adobe.cq.export.json [660](R 660.0)] osgi.wiring.package; (&(osgi.wiring.package=com.fasterxml.jackson.annotation)(version>=2.8.0)(!(version>=3.0.0 ))) Unresolved requirements: [[com.adobe.cq.export.json [660](R 660.0)] osgi.wiring.package; (&(osgi.wiring.package=com.fasterxml.jackson.annotation)(version>=2.8.0)(!(version>=3.0.0 )))]

com.fasterxml.jackson.core.jackson-annotations-2.8.4installed and active in system console? - awd