eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 783 forks source link

JsonStorage uses com.google.gson.internal.* packages #2697

Closed watou closed 7 years ago

watou commented 7 years ago

But they were removed from the OSGi bundle exports here (and not restored here), so code here, here and here will have to change to remove those dependencies before Gson is upgraded to >= 2.6.0 (or else use a private copy of the Gson library).

triller-telekom commented 7 years ago

@sjka @kaikreuzer This issue was fixed by the referenced PR, please close it.