openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[caldav] Addes missing dependencies #5880

Closed bjoernbrings closed 4 years ago

bjoernbrings commented 4 years ago

Signed-off-by: Björn Brings bjoernbrings@web.de

Should solve issue #5870. Thanks @cweitkamp for much prework. I guess all those dependencies were required formally in the past, but as they have not been declared explicitly by ical4j (which was changed in 2.0.1) and the functions have not been used by anyone there was no error occuring. This adds lots of (not really necessary) libaries but is from my POV the best solution for now. We have to be carefull with this library as they release bigger/breaking changes even with minor releases.

wborn commented 4 years ago

Thanks for the PR! Can you also update the NOTICE file for these dependency changes?

bjoernbrings commented 4 years ago

done