From 7eadafaaac201a43798afe87445bdfeb3ef2c2eb Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 3 Sep 2014 19:15:02 -0700 Subject: [PATCH] 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. --- template.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.mf b/template.mf index 4e765496..ee54f2c1 100644 --- a/template.mf +++ b/template.mf @@ -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)",