From 9beee76e76d76cda17eeed126ce476c05ff05d44 Mon Sep 17 00:00:00 2001 From: Sn0w3y Date: Sun, 16 Jun 2024 15:34:04 +0200 Subject: [PATCH] Revert "Fix" This reverts commit b3438a03dfe05e4222b733ca9879783fbbbe41e6. --- io.openems.edge.meter.tibber/bnd.bnd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/io.openems.edge.meter.tibber/bnd.bnd b/io.openems.edge.meter.tibber/bnd.bnd index 1054258feca..64b0ff814dd 100644 --- a/io.openems.edge.meter.tibber/bnd.bnd +++ b/io.openems.edge.meter.tibber/bnd.bnd @@ -6,13 +6,16 @@ Bundle-Version: 1.0.0.${tstamp} -buildpath: \ ${buildpath},\ bcprov,\ + io.openems.common,\ + io.openems.edge.bridge.http io.openems.edge.common,\ io.openems.edge.meter.api,\ io.openems.edge.timedata.api,\ - io.openems.common,\ - org.openmuc.jsml,\ org.apache.commons.codec,\ - io.openems.edge.bridge.http,\ + org.openmuc.jsml,\ -testpath: \ - ${testpath} \ No newline at end of file + ${testpath},\ + io.openems.common,\ + io.openems.edge.meter.api,\ + io.openems.edge.bridge.http