Skip to content

Commit

Permalink
Removed dependency on 'org.apache.commons.lang'
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp committed Apr 20, 2020
1 parent cda80b1 commit 510049f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions bundles/org.openhab.core.model.rule/bnd.bnd
Expand Up @@ -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.*,\
Expand Down
3 changes: 1 addition & 2 deletions bundles/org.openhab.core.model.sitemap/bnd.bnd
Expand Up @@ -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,\
Expand Down

0 comments on commit 510049f

Please sign in to comment.