From 5a176a5b688b8661ea21f26d5fbbdaec4a86b9d9 Mon Sep 17 00:00:00 2001 From: Michael Nitschinger Date: Mon, 10 Mar 2014 10:56:57 +0100 Subject: [PATCH] DATACOUCH-61 - make bundlor happy with jodatime entry. --- template.mf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template.mf b/template.mf index 4209e295..cf01b4ea 100644 --- a/template.mf +++ b/template.mf @@ -14,4 +14,5 @@ Import-Template: org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}", org.w3c.*;version="0.0.0", org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional, - org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}" + org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}", + org.joda.time.*;version="${jodatime:[=.=.=,+1.0.0)}";resolution:=optional