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:
David Gräff 2019-04-13 12:09:15 +02:00 committed by Markus Rathgeb
parent 5f880e1062
commit 31c3ba3713

View File

@ -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>