Skip to content

Commit

Permalink
[modbus] DEVELOPERS.md: fix jamod dependency in demo app
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 committed Sep 21, 2021
1 parent 20f8a56 commit bedfcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.modbus/DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ When configuring dependencies in `openhab-distro/launch/app/pom.xml`, add all de
<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 bedfcd8

Please sign in to comment.