Update nrjavaserial in TP to 5.2.1 (#1503)

With this version it will no longer completely exit the JVM in certain scenarios when ports are closed/reopened.

Related to:

* openhab/org.openhab.binding.zigbee#577
* openhab/org.openhab.binding.zwave#1332

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-05-27 21:28:52 +02:00
committed by GitHub
parent 907da5064c
commit 5b325aa3d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -486,7 +486,7 @@
<dependency>
<groupId>com.neuronrobotics</groupId>
<artifactId>nrjavaserial</artifactId>
<version>5.0.2</version>
<version>5.2.1</version>
<scope>compile</scope>
</dependency>
@@ -188,7 +188,7 @@
<feature name="openhab.tp-serial-rxtx" version="${project.version}">
<capability>openhab.tp;feature=serial;impl=rxtx</capability>
<bundle>mvn:com.neuronrobotics/nrjavaserial/5.0.2</bundle>
<bundle>mvn:com.neuronrobotics/nrjavaserial/5.2.1</bundle>
</feature>
<feature name="openhab.tp-xtext" description="Xtext - Language Engineering Made Easy" version="${project.version}">