From 8068b88bdb5394629a2d33d1c61eb1b3c06837bc Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Wed, 14 Feb 2024 21:56:15 +0100 Subject: [PATCH] Drop transitive dependency on bcprov Signed-off-by: Holger Friedrich --- bundles/org.openhab.binding.knx/NOTICE | 5 +++++ bundles/org.openhab.binding.knx/pom.xml | 19 +++++-------------- 2 files changed, 10 insertions(+), 14 deletions(-) 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 ]]>