From b656c9318d2d6860343e10becfe972e911e59344 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 7 Feb 2013 21:26:55 +0200 Subject: [PATCH] update OSGi manifest to include Lettuce & deps --- template.mf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template.mf b/template.mf index ddf9bb1a1..aa4a6be89 100644 --- a/template.mf +++ b/template.mf @@ -26,4 +26,6 @@ Import-Template: org.codehaus.jackson.*;resolution:="optional";version="[1.6, 2.0.0)", org.apache.commons.beanutils.*;resolution:="optional";version=1.8.5, redis.*;resolution:="optional";version="[0.2, 1.0)", - com.google.common.*;resolution:="optional";version="[11.0.0, 20.0.0)" \ No newline at end of file + com.google.common.*;resolution:="optional";version="[11.0.0, 20.0.0)", + com.lambdaworks.*;resolution:="optional";version="[2.2.0, 3.0.0)", + org.jboss.netty.*;resolution:="optional";version="[3.0.0, 4.0.0)" \ No newline at end of file