diff --git a/bundles/org.openhab.binding.knx/NOTICE b/bundles/org.openhab.binding.knx/NOTICE
index 9da145223c82a..7198848bacd0a 100644
--- a/bundles/org.openhab.binding.knx/NOTICE
+++ b/bundles/org.openhab.binding.knx/NOTICE
@@ -18,3 +18,8 @@ calimero
* License: GPL v2 License with CLASSPATH EXCEPTION
* Project: http://calimero-project.github.io
* Source: https://github.com/calimero-project
+
+TSS.MSR / TSS.java
+* License: The MIT License (MIT)
+* Project: https://github.com/microsoft/TSS.MSR
+* Source: https://github.com/microsoft/TSS.MSR/tree/main/TSS.Java
diff --git a/bundles/org.openhab.binding.knx/pom.xml b/bundles/org.openhab.binding.knx/pom.xml
index fbb484194fb57..1ba719e61fc28 100644
--- a/bundles/org.openhab.binding.knx/pom.xml
+++ b/bundles/org.openhab.binding.knx/pom.xml
@@ -15,7 +15,7 @@
openHAB Add-ons :: Bundles :: KNX Binding
- javax.microedition.io.*;resolution:="optional",javax.usb.*;resolution:="optional",org.usb4java.*;resolution:="optional"
+ javax.microedition.io.*;resolution:="optional",javax.usb.*;resolution:="optional",org.usb4java.*;resolution:="optional",org.bouncycastle.*;resolution:="optional"
@@ -55,12 +55,6 @@
1.0.0
provided
-
- org.bouncycastle
-
- bcprov-jdk18on
- 1.77
-
@@ -114,15 +108,13 @@
-
"Fixing TSS.Java for OSGI"
-
+
+
+
+
-
-
-
@@ -143,7 +135,6 @@ Require-Capability:
cardinality:=multiple
SPI-Provider: tuwien.auto.calimero.serial.spi.SerialCom
SPI-Consumer: java.util.ServiceLoader#load(java.lang.Class[tuwien.auto.calimero.serial.spi.SerialCom])
--includeresource: "target/TSS.Java-fixed-1.0.0.jar";lib:=true
]]>