mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
+1
-1
@@ -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}">
|
||||
|
||||
Reference in New Issue
Block a user