From afd1770da2f07039eed944ba6365f6b2bf5a592e Mon Sep 17 00:00:00 2001 From: Markus Rathgeb Date: Wed, 13 Feb 2019 08:29:53 +0000 Subject: [PATCH] ensure rules can access joda time packages (#572) Fixes: https://github.com/openhab/openhab-core/issues/553 Signed-off-by: Markus Rathgeb --- bundles/org.openhab.core.model.rule/bnd.bnd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.core.model.rule/bnd.bnd b/bundles/org.openhab.core.model.rule/bnd.bnd index 4e91fcccc..dec843b90 100644 --- a/bundles/org.openhab.core.model.rule/bnd.bnd +++ b/bundles/org.openhab.core.model.rule/bnd.bnd @@ -34,7 +34,8 @@ Import-Package: \ org.apache.*,\ org.eclipse.jdt.annotation;resolution:=optional,\ org.eclipse.xtext.xbase.lib,\ - org.joda.*,\ + org.joda.time,\ + org.joda.time.base,\ org.osgi.*,\ org.quartz.*,\ org.slf4j.*