From 510049fcf362c76e7e0d69b56a6cc0dd79f4fc3c Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Mon, 20 Apr 2020 12:48:01 +0200 Subject: [PATCH] Removed dependency on 'org.apache.commons.lang' Signed-off-by: Christoph Weitkamp --- bundles/org.openhab.core.model.rule/bnd.bnd | 2 -- bundles/org.openhab.core.model.sitemap/bnd.bnd | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bundles/org.openhab.core.model.rule/bnd.bnd b/bundles/org.openhab.core.model.rule/bnd.bnd index 428148648de..ec5d47c21b9 100644 --- a/bundles/org.openhab.core.model.rule/bnd.bnd +++ b/bundles/org.openhab.core.model.rule/bnd.bnd @@ -31,8 +31,6 @@ Import-Package: \ org.openhab.core.model.script.engine.action,\ com.google.common.base;version="14",\ javax.measure,\ - org.apache.commons.io,\ - org.apache.commons.lang,\ org.eclipse.jdt.annotation;resolution:=optional,\ org.eclipse.xtext.xbase.lib,\ org.osgi.*,\ diff --git a/bundles/org.openhab.core.model.sitemap/bnd.bnd b/bundles/org.openhab.core.model.sitemap/bnd.bnd index 6cf8d41d58d..ec248cb1460 100644 --- a/bundles/org.openhab.core.model.sitemap/bnd.bnd +++ b/bundles/org.openhab.core.model.sitemap/bnd.bnd @@ -11,8 +11,7 @@ Export-Package: org.openhab.core.model.sitemap,\ org.openhab.core.model.sitemap.sitemap.impl,\ org.openhab.core.model.sitemap.sitemap.util,\ org.openhab.core.model.sitemap.validation -Import-Package: org.apache.commons.lang,\ - org.apache.log4j,\ +Import-Package: org.apache.log4j,\ org.eclipse.jdt.annotation;resolution:=optional,\ org.openhab.core.items.dto,\ org.openhab.core.model.core,\