[bluetooth] Switch to fork of gatt parser library in order to fix incompatibility with xstream (#13128)

* Switch to fork of gatt parser library in order to fix incompatibility with xstream
* Add SAT suppressions
* Add gson dependency

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2022-07-19 17:58:25 +02:00
committed by GitHub
parent 7920dd6d48
commit d814640727
5 changed files with 47 additions and 20 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- Ignore classes from external library -->
<Match>
<Package name="org.openhab.bluetooth.gattparser"/>
</Match>
<Match>
<Package name="org.openhab.bluetooth.gattparser.spec"/>
</Match>
</FindBugsFilter>