From 868891672617c26b7ecd2e033795217c7c544642 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Tue, 21 Sep 2021 23:01:43 +0300 Subject: [PATCH] [modbus] DEVELOPERS.md: fix jamod dependency in demo app (#11278) As discussed in #8551. See comment from fwolter at Sep 23 2020.: https://github.com/openhab/openhab-addons/issues/8551#issuecomment-697237105 Signed-off-by: Sami Salonen --- bundles/org.openhab.binding.modbus/DEVELOPERS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.binding.modbus/DEVELOPERS.md b/bundles/org.openhab.binding.modbus/DEVELOPERS.md index fcde24e1fdfae..c9ae2bdfeb50e 100644 --- a/bundles/org.openhab.binding.modbus/DEVELOPERS.md +++ b/bundles/org.openhab.binding.modbus/DEVELOPERS.md @@ -14,14 +14,14 @@ When configuring dependencies in `openhab-distro/launch/app/pom.xml`, add all de runtime - org.openhab.addons.bundles - org.openhab.io.transport.modbus + org.openhab.core.bundles + org.openhab.core.io.transport.modbus ${project.version} runtime - org.openhab.osgiify - net.wimpi.jamod + net.wimpi + jamod 1.2.4.OH runtime