Fixed OSGi Bundle Manifest Import-Template header to include the old Jackson API pacakge, com.codehaus.jackson, based on SDG's and GemFire JSON support.
This commit is contained in:
@@ -5,7 +5,7 @@ Bundle-Vendor: Pivotal Software, Inc.
|
||||
Import-Package:
|
||||
sun.reflect;version="0";resolution:=optional
|
||||
Import-Template:
|
||||
com.fasterxml.jackson.*;version="[2.4.1,3.0.0)";resolution:=optional,
|
||||
org.codehaus.jackson.*;version="[1.9.12,2.0.0)";resolution:=optional,
|
||||
com.gemstone.*;version="[8.0.0,9.0.0)",
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
|
||||
Reference in New Issue
Block a user