Skip to content

Commit

Permalink
[modbus] DEVELOPERS.md: fix jamod dependency in demo app (openhab#11278)
Browse files Browse the repository at this point in the history
As discussed in openhab#8551. See comment from fwolter at Sep 23 2020.:
openhab#8551 (comment)

Signed-off-by: Sami Salonen <[email protected]>
  • Loading branch information
ssalonen authored and thinkingstone committed Nov 7, 2021
1 parent 01650c3 commit 8688916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundles/org.openhab.binding.modbus/DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ When configuring dependencies in `openhab-distro/launch/app/pom.xml`, add all de
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.io.transport.modbus</artifactId>
<groupId>org.openhab.core.bundles</groupId>
<artifactId>org.openhab.core.io.transport.modbus</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.osgiify</groupId>
<artifactId>net.wimpi.jamod</artifactId>
<groupId>net.wimpi</groupId>
<artifactId>jamod</artifactId>
<version>1.2.4.OH</version>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 8688916

Please sign in to comment.