diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml
index 3631b1fa6..5073c6299 100644
--- a/bom/runtime/pom.xml
+++ b/bom/runtime/pom.xml
@@ -446,7 +446,7 @@
com.neuronrobotics
nrjavaserial
- 3.14.0
+ 3.15.0
compile
diff --git a/features/karaf/openhab-core/pom.xml b/features/karaf/openhab-core/pom.xml
index 9bf05a741..49ebf26d8 100644
--- a/features/karaf/openhab-core/pom.xml
+++ b/features/karaf/openhab-core/pom.xml
@@ -17,7 +17,6 @@
9.4.12.v20180830
4.5.2
- 3.15.0.OH2
diff --git a/features/karaf/openhab-core/src/main/feature/feature.xml b/features/karaf/openhab-core/src/main/feature/feature.xml
index 65213a1e9..a9fa374c1 100644
--- a/features/karaf/openhab-core/src/main/feature/feature.xml
+++ b/features/karaf/openhab-core/src/main/feature/feature.xml
@@ -345,7 +345,6 @@
openhab.tp;filter:="(&(feature=serial)(impl=rxtx))"
openhab-core-io-transport-serial-rxtx
-
openhab.tp;filter:="(feature=commons-net)"
openhab.tp-commons-net
@@ -609,7 +608,6 @@
- mvn:org.openhab/nrjavaserial/${nrjavaserial.version}
openhab-core-io-transport-serial-rfc2217
openhab-core-config-serial
openhab-core-config-discovery-usbserial
diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml
index 8f44eb58d..97135a421 100644
--- a/features/karaf/openhab-tp/src/main/feature/feature.xml
+++ b/features/karaf/openhab-tp/src/main/feature/feature.xml
@@ -154,7 +154,12 @@
openhab.tp;feature=serial;impl=rxtx
- mvn:com.neuronrobotics/nrjavaserial/3.14.0
+
+
+
+
+
+ mvn:org.openhab/nrjavaserial/3.15.0.OH2