mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Add serial transport to runtime BOM (#714)
Add nrjavaserial to runtime bom Signed-off-by: David Graeff <david.graeff@web.de>
This commit is contained in:
parent
5f880e1062
commit
31c3ba3713
@ -442,6 +442,14 @@
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- All serial transports -->
|
||||
<dependency>
|
||||
<groupId>com.neuronrobotics</groupId>
|
||||
<artifactId>nrjavaserial</artifactId>
|
||||
<version>3.14.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- XStream -->
|
||||
<dependency>
|
||||
<groupId>org.apache.servicemix.bundles</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user